Skip to content

Instantly share code, notes, and snippets.

@urre
Created November 8, 2012 08:07
Show Gist options
  • Save urre/4037485 to your computer and use it in GitHub Desktop.
Save urre/4037485 to your computer and use it in GitHub Desktop.
App mode
<!-- 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