11-12-2010 02:52 PM
Hi,
Can the blackberry.invoke object only be called from within the BB widget files, i.e. within the js file stored in your Eclipse BB Widget project or from outside/external file, stored on http?
Thanks,
Barbara
Solved! Go to Solution.
11-12-2010 02:55 PM
If you whitelist an outside origin in the <access> elements of the config.xml file (such as your own website) and then place the <feature> element for the invoke API in that <access> element, you can serve up pages from the whitelisted domain to execute this feature.
11-12-2010 03:26 PM
Thanks Tim.
Great, however, I got an error:
Invalid config.xml - no <feature> tags are allowed for this <access> element
<access subdomains="false" uri="*">
<feature id="blackberry.invoke" required="true" version="1.0.0.0"/>
</access>
Thanks
B
11-12-2010 03:29 PM
11-12-2010 03:34 PM
Thanks. Worked great.
B