How do I open a web browser from a Blackberry Webworks 2.0 application?
I tried:
http://www.blackberry.com/developers/docs/webworks/api/blackberry.invoke.BrowserArguments.html
but that doesn't want to work.
Thanks
|
How do I open a web browser from a Blackberry Webworks 2.0 application? I tried: http://www.blackberry.com/developers/docs/webworks/api/blackberry.invoke.BrowserArguments.html but that doesn't want to work. Thanks |
|||
|
|
I'll answer with one of my own working config files and a
and the script tag that does the job:
Tried and tested. Perhaps create a small test example. If that doesn't work there might be something wrong with your emulator. If you get a message moaning about permissions and such, do the following: 1) From the homescreen press the menu button These settings sometimes seem to get lost on the emulator between restarts. As long as your app remains open you can avoid lengthy recompiles and emulator reboots though. Hope this helps |
|||
|
|
|
If you are building you app for BlackBerry 10, the format of the invocation interface has changed. It now leverages the built in system invocation framework (very powerful). Here is how you would launch the browser app using the new system:
Fortunately, there is a great working sample app already published in Github: https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/invoke |
|||
|
|