I use phonegap (cordova 2.2)
I have link like this :
twitter
If you want to use as in the ios version, with target="_blank" attributes:
target="_blank"
$(document).on('tap', 'a[target="_blank"]', function(e){ navigator.app.loadUrl(e.target.href, { openExternal: true }); return false; });