I am trying to debug a link problem.
I want a link (to my website) to close my app and open the url in
Safari. I don't want to use childbrowser -- I want the obvious "close
app, open Safari" action. I'm using JQ Mobile in PhoneGap iOS. Here's
my link code:
<a href="
http://knitsuite.polymathsolution.com/
YarnNeedsApp.html"target="_webapp">
This works exactly as ordered -- the first time only. When I return to
my app and click *any* external link (the same link or a different
one), it opens within the app, taking up the whole screen, with no way
to clear the screen and return to the app.
Is there a way to reset things? Or to specifically tell the link to
open in Safari?
--Liz