Hi Guys,
I've tried searching but I can't find an answer to this. How can I
load an external link using the Browser app on BlackBerry? My jQuery
Mobile link is formatted like this:
<a href="
http://www.domain.com" data-role="button" rel="external"
target="_blank" type="submit" data-theme="a">Launch Link in Browser</
a>
This works perfectly in Android and iOS, but on the BlackBerry it
seems to try to load the link inside the PhoneGap app's "browser"
which gives a 400 error.
Is there any workaround for this?