i am trying to have a link in my PhoneGap app, that when a user click/touch the link a page is being open in the user's browser (doesn't matter which one) as long as it opens outside the phone gap app.
I tried this:
<a href="#" onclick="openUrlInBlankBrowser();" target="_system" >LINK</a>
Doesn't work :( what am i doing wrong?
Thanks for your help, -- Travis