Skip to content

Instantly share code, notes, and snippets.

@thedaviddias
Last active December 11, 2017 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedaviddias/4fbbc4c83cd76ebd0d2f18cc1b40f1a9 to your computer and use it in GitHub Desktop.
Save thedaviddias/4fbbc4c83cd76ebd0d2f18cc1b40f1a9 to your computer and use it in GitHub Desktop.
[Front-End Checklist] - Apple Touch Icon
<!-- Apple Touch Icon (at least 200x200px) -->
<link rel="apple-touch-icon" href="/custom-icon.png">
<!-- To run web application in full-screen -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Status Bar Style (see Supported Meta Tags below for available values) -->
<!-- Has no effect unless you have the previous meta tag -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment