Is it possible to build a website that is hiding the browser chrome on iOS5 while still linking to external websites? The browser chrome should not be shown when the external site his opened.

link|improve this question

40% accept rate
feedback

1 Answer

This is only possible when the website is added to the home screen and contains this meta tag:

<meta name="apple-mobile-web-app-capable" content="yes" />

You can't hide the chrome from the Safari app itself.

link|improve this answer
Thanks, this is what I am doing. The problem is when I link to a different URI it's being opened in the mobile safari with chrome. Do I need to build a one page app? – Sven Koerbitz Nov 16 '11 at 19:18
feedback

Your Answer

 
or
required, but never shown

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