Created
November 8, 2012 08:07
-
-
Save urre/4037485 to your computer and use it in GitHub Desktop.
App mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- iOS status bar style --> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | |
| <!-- App mode --> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <!-- Custom Title for homescreen icon (iOS6) --> | |
| <meta name="apple-mobile-web-app-title" content="Sitename"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment