My app has numerous links, all of which I have added rel='external' target='_blank'
to. While this works perfectly in the Ripple emulator and regular desktop browsers, it doesn't function correctly on my Android device running JB 4.2.2. The link opens in the same window, and when I hit "back," it messes up the app's functionality until I physically reload it.
How can I make sure that a link opens in the device's browser instead? Do I need to utilize a Cordova plugin for this?
(The versions I am currently using are Cordova 2.9.0, jQuery 1.10.1, jQuery Mobile 1.3.1)