I have a web app that runs in standalone mode on the iPad (using <meta name="apple-mobile-web-app-capable" content="yes" />). Does anybody know if I can launch a URL in a normal browser from within my app?

link|improve this question
I've tried window.open with _blank, to no avail. It opens up within the standalone app. – Ohad Kravchick Jul 20 '11 at 18:22
You can do it with <a href='foo.com'; target='_blank'>bar</a>, or you can do it via javascript by following top voted answer at: stackoverflow.com/questions/7930001/… – James Mar 29 at 5:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.