Sorry for the long title, but I can't think of a better way to word it :)
The problem is simple: I'm packaging a simple jQuery Mobile app in PhoneGap; My app has some external links which I'd like to open in the user's browser, not in the app itself.
I tried setting target="_new" on the anchors, and it works as expected in iOS. But I have to support Android & Blackberry too, and both of those seem to ignore the target, and instead jQueryMobile appears to dynamically load the remote page into the app itself.
I've looked over PhoneGap's API and I can't find an (obvious, at least) API to defer links to the system browser. So I'm wondering if anybody here has any experience with this and can help me out?
Thanks,