How do I open a URL in a web browser from an iOS standalone webapp
I have a web app that runs in standalone mode on the iPad (using <meta name="apple-mobile-web-app-开发者_JAVA技巧capable" content="yes" />
).
Does anybody know if I can launch a URL in a normal browser from within my app?
精彩评论