Tristan Lins
unread,Feb 4, 2011, 8:05:05 AM2/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
I try to open external urls from my web app in the native browser.
Everyone says "just add target="_blank" to the link", i do this, and
it works if i open the app from a web page.
Even if i added it to the home screen, start the app and press the
link, the native browser open seperated from the app.
But if i create my native app, external links are always opened inside
the app window (maybe in an "invisible" tab). I tried window.open()
but this have no effect as well.
I use xcode 3.2, phonegap 0.9.3 + jqtouch revision 161, but even if i
create a "blank" index.html, that only include phonegap.js the links
does not open in the native browser ...
google and co are no good friends because the only answer i found is
"add target="_blank" to the link", but it does not work in the native
app!
Thanks for help, i'm new to phonegap and just confused about this.
Tristan