I’d like to know if it is possible, on the iPhone, to open a link into Safari from inside the Websheet app which is displayed when one tries to access a captive network.
Any client-side solution would do the trick (custom protocol, javascript, whatever).
The scenario would be as follow:
- the user joins the captive network
- the Websheet pops in, and the user can authenticate
- After that, the user is redirected to a custom URL, but in Safari
Thanks a lot
You can open any link in Mobile Safari from inside your application. Simply do this
launchUrl is the url (in string format) you want to open in safari.