Created
January 3, 2021 06:40
-
-
Save miguelmota/b874f287a77d96034b26a68ab56280f5 to your computer and use it in GitHub Desktop.
Apple iOS "Add to Home Screen" HTML meta tags
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
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<meta name="application-name" content="MyApp" /> | |
<meta name="apple-mobile-web-app-title" content="MyApp" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<link rel="apple-touch-icon" href="/icon.png" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you so much :D