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?
Asked
Active
Viewed 1,797 times
3

ThinkingStiff
- 64,767
- 30
- 146
- 239

Ohad Kravchick
- 1,154
- 11
- 15
-
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 bar, or you can do it via javascript by following top voted answer at: http://stackoverflow.com/questions/7930001/force-link-to-open-in-mobile-safari-from-a-web-app-with-javascript – James Mar 29 '12 at 05:22