03-05-2013 01:29 AM
Normal links to apps in app world don't work.
I also tried the following http://stackoverflow.com/a/5390526/773263
Gives me an error as well.
Solved! Go to Solution.
03-05-2013 08:33 AM
Do you have a test case?
What sort of errors do you see?
03-05-2013 06:52 PM
03-06-2013 03:18 PM
03-06-2013 04:47 PM
03-06-2013 05:00 PM - edited 03-06-2013 05:01 PM
In that case, it seems like you want to invoke the BlackBerry World app.
See our WebWorks invoke sample on github here, our WebWorks invocation documentation here, and our BlackBerry World invocation attributes here.
Here is a snippet of how to invoke the wifi settings within the main settings app:
You also want to make sure you add the blackberry.invoke feature id in your config file and specify the domain in the webview that will invoke BlackBerry World. e.g:
<feature id="blackberry.invoke" required="true" version="1.0.0"/>03-06-2013 05:10 PM - edited 03-06-2013 05:11 PM
Thanks that works great from within the app directly.
Is there anyway I could get the appworld:// links to work from the child web view?
EDIT: Sorry didnt' try adding the
<feature id="blackberry.invoke" required="true" version="1.0.0"/>
part. Will try that now
03-06-2013 05:17 PM
03-06-2013 05:39 PM
03-06-2013 05:48 PM
You'll need to call a method when the user clicks that link since you also have to specify the target app to invoke.
For example: