Skip to content

Instantly share code, notes, and snippets.

@stevenwilshaw
Created May 2, 2012 10:55
Show Gist options
  • Select an option

  • Save stevenwilshaw/2575834 to your computer and use it in GitHub Desktop.

Select an option

Save stevenwilshaw/2575834 to your computer and use it in GitHub Desktop.
HTML: iOS Mobile Web App Meta Tags
<meta name="viewport" content="user-scalable=no, width=device-width, 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">
<link rel="apple-touch-icon" href="apple-touchicon.png">
<link rel="apple-touch-startup-image" href="startup.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment