Skip to content

Instantly share code, notes, and snippets.

@rjrodger
Created September 30, 2010 15:55
Show Gist options
  • Save rjrodger/604807 to your computer and use it in GitHub Desktop.
Save rjrodger/604807 to your computer and use it in GitHub Desktop.
iPhone Mobile Safari full screen meta tags
<meta name="viewport" content="user-scalable=no,initial-scale=1.0,maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment