I have a bunch of links in my app. I added rel='external' target='_blank'
to all of them.
In the Ripple emulator, or in a regular desktop browser, this works great. But on my Android (JB 4.2.2) it opens the link in the same window. Hitting "back" takes me back to the app, but everything is screwed and the app does not work as planned (script events do not react), until physically reloaded.
How do I ensure that a link opens in the device's browser? Do I need to use a Cordova plugin?
(I'm using Cordova 2.9.0, jQuery 1.10.1, jQuery Mobile 1.3.1)