Is it possible to register an application to be launched when a specific URL is requested in the browser, email or bbm?
For example I would like when the user clicks on a link flycraft://replay/123 my app to be launched and passed the URI.
|
Is it possible to register an application to be launched when a specific URL is requested in the browser, email or bbm? For example I would like when the user clicks on a link flycraft://replay/123 my app to be launched and passed the URI. |
||||
|
|
|
This is not possible at the moment. There are 2 parts to this:
Unfortunately the first part is not possible at present. There are plans but nothing concrete at this stage. |
|||
|
|
|
Yes! You can do this using the BB10 invocation framework. In short:
|
||||
|
|
|
The way to do this on BlackBerry 10 is by adding the code below in your bar descriptor file:
then you should listen for the NAVIGATOR_INVOKE_TARGET event and handle it like this:
Unfortunately there is no way to do this on the Playbook. |
|||
|
|