I have an enterprise application that has a web app added to the Home Screen of the iPad. I want to be able to launch the web app from my native XCode app. Is this possible?

Can a web app have an associated custom protocol registered?

Thanks

link|improve this question

67% accept rate
feedback

1 Answer

Custom URLs open other native apps. If you want to open a web app, you can simply pass the http:// URL, however, doing so will load the standard Safari browser rather than a new instance of webkit that you would get with tapping the web clip in the home screen.

link|improve this answer
Thanks for the reply, but I was specifically asking for a solution to launch home screen webapps. – peterept Feb 14 at 4:50
Sorry. I guess I should have been more explicit. The answer to your question is no. There is no way to register a custom URL that will open your webclip (web app icon in home screen) from another app. Here's a similar question on SO: stackoverflow.com/questions/8194578/… . The only way to open a web app is the way I've described. Best regards and good luck. – Matt Long Feb 14 at 18:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.