Customer open AppWorld of WebWorks apps?

Hello

To open the customer WebWorks apps AppWorld, currently I use cite web browser to open the URL of the Web AppWorld store and browser will then be automatic opening customer AppWorld for you.

Is there a way to open the customer to AppWorld directly?

Here's the code, I think it is possible by changing the target id, what is id target AppWorld customer?

function goAppWorld () {}
try {}
() BlackBerry.Invoke.Invoke
{target: 'sys.browser', uri: "http://appworld.blackberry.com/webstore/content/xxxxxxx/" ""},
function (successEvt) {},
{function (errorEvt)}
);
}
{} catch (e)
}
}

See the documentation of applications invoking core:

https://developer.BlackBerry.com/HTML5/documentation/blackberry_world.html

Your target is "sys.appworld" uri should be "appworld://XXXXX".

Tags: BlackBerry Developers

Similar Questions

  • Start/Invoking third-party apps from the WebWorks app

    Hi all

    Just a quick question. Is it possible to start/call a third party on a blackberry java application 7 from a WebWorks app?

    I did some research and it seems that it is impossible. I did the opposite and opened a WebWorks app from java application successfully but hope that it is possible.

    Thank you all for your time.

    Rob

    Unfortunately BBOS was not as flexible as BlackBerry 10 invocation framework and what was available on the side of Java is not inherently available in WebWorks.

    You can use the ApplicationManager:
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html

    Launch an application, if you know the information on the module itself.

    launch
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...

    launchApplication
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...

    runApplication
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...

    However, if you want to access these in WebWorks, you create a custom extension to call the native API (Java).
    https://github.com/BlackBerry/WebWorks-community-APIs/tree/master/Smartphone/template

  • BlackBerry WebWorks app via a URL with the parameters of launch?

    I have an application of WebWorks I want to start with a URL to the browser and pass parameters to query URL to the application in this way. Is this possible? How? I would be happy to use HttpFilterRegistry or API call, but I don't see how to use these approaches to get my WebWorks App settings, even if I write a custom extension. Example of code would be very useful, especially to consume the parameters. Or at least an indication of which API (s) for this.

    This should be supported by the framework. What I would like to recoemmend is simply invoke the application according to the normal and placing the parameters in the URL to the standard '&' "?" rating.

    Then take advantage of the class UTIL. JS out of the parameters passed required...

    https://bdsc.webapps.BlackBerry.com/HTML5/APIs/BlackBerry.utils.URL.html

    (If you need help, citing the app, it is done as invoke any other java application on the device)

    R

  • BB10 webworks app broken after update OS

    My 10 Blackberry webworks app no longer works after the OS upgrade to the Version of the OS 10.1.0.4633 (4181 software version). I use BBUI. JS/CSS with my request.

    However, it still works in the Simulator with build 10.1.0.1483. At the opening of the application on the device it is just white. Nothing happens.

    Anyone, any idea what could be wrong?

    In the web Inspector, it seems that the bb.push does not work as there is no body.

    There may be some differences in timing between the two in terms of upload script.

    A recommendation is to build a debug version of the application and connect Web Inspector. Leave the application load and then in Inspector Web press CTRL + r to trigger a refresh and reload the application from the beginning. This ensures that you get the complete Console logs and it can check for errors.

    Some developers try to define document.addEventListener ('webworksready',...) before the load event triggered (i.e. just directly in a

  • How to run or pass local webworks app through ripple?

    How to run or pass local webworks app through ripple?

    Do not click on 'Enable' to ripple extention if my files in the local file system.

    You can use the local file system for waving as well, but you must do this:

    -Open Chrome settings

    -Click on Extensions

    -Select the ripple

    -Check 'allow access to the URL of the file.

  • BlackBerry Webworks App does not work on the Simulator after conditioning

    Hi everyone, I ' ve developed a webworks app and everything works fine on the emulator ripple, but when I load it on the Blackberry (9860 and 9930) Simulator... it loads successfully (I can see the icon, etc.), but when I open it, appears only a WHITE SCREEN...!

    I thought it was the Blackberry Simulator, so I changed it (does not work)

    I thought it was my application, so I leave my fair "index.html" with a BLACK background (does not work)

    the Validation of my config.xml file is fine, and I have not any idea on how to solve this problem!

    Help please, thank you

    http://mundourbanohn.com/Simulator1.jpg

    Hello, thanks for people, but I already solved this problem, I had a div with POSITION: FIXED; and apparently WebWorks does not support this CSS property, so I removed it and everything works fine. Thanks in any case. Concerning

  • invoking the application/Gallery bb10 webworks app camera app

    Hello

    in my application that is based on its targeted and webworks for Blackberry10 OS, how to invoke enforcement camera and Gallery.

    can I somehow call it using blackberry.invoke.invoke api pointing to the camera or a gallery, please let me know.

    You can use the invoke of verification on the next page for more details:

    -Camera: https://developer.blackberry.com/html5/documentation/camera.html

    -Gallery: it's a little more complicated, but you can usually call it through the target of the application as follows:

    -action: 'bb.action.OPEN', target: 'sys.pictures.app '.

    If you wish, you can use the card for the camera as defined here:

    - blackberry.invoke.card.invokeCamera

    - https://developer.blackberry.com/html5/apis/blackberry.invoke.card.html

  • Super App, link the calendar to my webworks app.

    Hello

    I was wondering if someone can suggest and approach to achieve the following objectives. I am writing a webworks app that will add appointments to the native blackberry calendar. In field notes would be a link that allows you to jump into the webworks app. for example

    http://MyApp.com/showclient/10

    This link should be webworks out of the background applications and bring to the foreground and then show customer number 10 details.

    I started to address this problem by using a httpfilter for the domain "myapp.com.

    HttpFilterRegistry.registerFilter ("myapp.com", "mypackage.filters", true);

    in the Protocol.java method of the file openFilter filter I can see the name of the url (for example the action and the customer number etc.), but where I'm stuck is to identify mechanisms to invoke the JavaScript on my webworks app to bring to the forefront and to charge the customer.

    My current setup is an app of webworks with a native extension that records the httpfilter. At this point, I tried store away a reference to the scripting engine, the reference to javascript to call as a parameter to the method of extension, but when the URL is intercepted and I try to read read the script engine or the javascript reference, they are zero. I suspect that the httpfilter is picked up in a space of different application or something? S

    If someone can tell me how to leave a httpfilter to call my webworks app and give him the necessary information to pass to the right pages.

    Managed to fix this using using the ApplicationManager and post a global event and have a global event listener in my webworks application manage just incase of anyone trying to do something similar

  • How to compile webWorks app playbook

    When I run my project on playbook he gives a network error please try again leter.

    I know no error in javascript which I add to the html page

    is not open in the .html file browser

    someone knows how to debug the webworks app in playbook

    now it works fine

    not compress a javaScript file that is average, it gives the network error.

    We have to zip all files (including Images, pages Html, Java Script) .

    If we don't miss any of the resource , then it gives a network error.

  • cannot turn off iPod touch, impossible to open iTunes, safari or app store

    I can't turn off iPod, or open safari, iTunes or app store cannot send messages.

    Is - this apple problem or my grandsons iPod touch?

    Try:

    - iOS: do not respond or does not light

    https://support.Apple.com/en-us/HT201412

    -Also try DFU mode recovery mode post-test

    How to put iPod touch / iPhone in DFU "Karthik doodles."

    https://geekindisguise.WordPress.com/2009/07/16/how-to-put-iPod-touch-iPhone-int o - dfu mode.

    -If failed and that you cannot completely turn completely the iOS device, leave the battery to drain completely. After loading a hour repeat the foregoing.

    -Try a different cable

    -Try on another computer

    S ' there is still not successful that usually indicates a hardware problem and an appointment at an Apple store Genius Bar is in order.

    How to make a genius bar appointment? Apple support communities

    Shop Apple Store - Genius Bar

    https://www.Apple.com/retail/Geniusbar/

  • I downloaded an application from my iphone and then deleted. Now when I open AppStore I purchased apps and its still there. How can I remove it from there though even I have no more app?

    I downloaded an application from my iphone and then deleted. Now when I open AppStore I purchased apps and its still there. How can I remove it from there even if I have no more app?

    The applications that you have downloaded will be available for re - download also a practice.

    Apps y cannot be removed, you can hide only.

    Read here: hide and expose the purchases made on the iBooks Store - Apple Support, App Store or iTunes Store

  • Apple os 9.3.3 charged down behind my back and now my i phone will not open most of the apps because there is not enough memory.  I see that I have 40 GB of memory left on the cloud over 50.  Question, how can I use my pc to see what has been done

    Apple os 9.3.3 charged down behind my back and now my i phone will not open most of the apps because there is not enough memory.  I see that I have 40 GB of memory left on the cloud over 50.  How can question, I use my pc to see what has been downloaded on the cloud?

    Your question has nothing to do with iCloud. You should remove unnecessary data from your phone to free up about 10% of your phone's storage space.

  • YouTube links are not open in the youtube app

    I had browser chrome installed and uninstalled it., now no link in youtube App. whenever I have click on the links to youtube, it says will open in the browser? I can't cause I uninstalled the app chrome. I tried to disable the opening with chrome button, I tried to uninstall and reinstall youtube, I reset all my settings. Nothing will work.

    Any help would be appreciated, thanks.

    I have a similar problem, but I've never installed chrome, nor have I never changed any default action for the YouTube app or browser.  Simply, this started happening about 2 or 3 weeks, probably after an update, but I can't be sure exactly when.  All I know is that when posting a video of the YouTube app on my iPad Air, if there is a link to another video, for example "https://YouTub.be/RaND0mStr1NG" by clicking on the link causes a pop-up dialog asking, ' open in browser? Yes or cancel.  Simply click Cancel close the pop up with no additional effect.  Made by clicking Yes.  The dialog box closes and nothing happens.  However, if you go to one of these videos in safari and do the same thing, this time the dialog box is "open in the YouTube app or cancel. Choose open in app launches the application and play the video. I have found no solution on the YouTube forums that seem especially geard settle the creators and their unjust withdrawal problems (OB) but for zero on the iOS app and how to solve this problem. I took to grans screen which I can then use to read and manually type the link so I can watch related videos.  What a pain!  Someone must have a solution, but the search for this problem gives little tomnothing aside from how YouTube works in a browser.  I don't want that it works in a browser, it already does.  I want to work in the application, as it has also recently done a month ago.

  • I have the iphone 6, since yesterday it does not open a lot of apps, they look just as they open you and then it comes out of the application itself, and I need information in my apps so I can just remove them and reinstall

    I have the iphone 6, since yesterday it does not open a lot of apps, they look just as they open you and then it comes out of the application itself, and I need information in my apps so I can just remove them and reinstall

    Have what troubleshooting you done?  Surely you have tried something before posting here, Yes?

    Hold power and home until is buttons restarts.

  • [Deployment Webworks App device]

    Hi friends,

    I have developed webworks app and create a plugin private by QNX Momentics IDE.

    I could config to run application on Dev Alpha Simulator BB10_1_X.

    But when I deploy to device Z10 and executed, an error has occurred:

    Need of that error cannot find usr/lib/webplatform/plugins/jnext/lib*Jnext.so.

     

    Please help me. If you need more information, please comment here.

    Thank you very much.

    Dennis.

    Dear friends,

    Thanks for your help. I thank all. Through your help, I found a solution for this problem.

    The problem is related to ' dependency or link"*.so (shared objects) or the excutable in UNIX-Like file.» I think BB10 filesystem is SYSTEM-V, a type of UNIX systemfile.

    With Simulator to create a link to a libbrary EX: libbtapi, I said to "Simulator-Debug". But when I built for the camera, I don't, it's problem. Messade error that gave me BB10, it was bad message. I stated a dependant on "libbtapi" for "release device". Everything was OK.

    By the way.

    Thank you for all.

    Thank you.

    Dennis Ritchie.

Maybe you are looking for