I use phonegap (cordova 2.2)
I have link like this :
<a href="http://twitter.com/foobar" target="_blank">twitter</a>
On iOS – it opens link in browser(Safari)
But on Android – it opens inside webview(inside my phonegap app)
Is there a way to make Android work same way as iOS ?
This is how I got it working using Cordova 2.2 and jQuery mobile on Android
Javascript:
html: