Created
July 9, 2015 04:45
-
-
Save popcorn245/23f83b7e558e60f2d30a to your computer and use it in GitHub Desktop.
Mobile Meta Tags
This file contains 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
<!----> | |
<!-- ANDROID --> | |
<!----> | |
<!-- Hide Chrome Navigation Bar Android (When Added to Home Screen) --> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<!-- Change Chrome Navigation Bar Color (Android 5.1) --> | |
<meta name="theme-color" content="#db5945"> | |
<!-- Favicon --> | |
<link rel="icon" sizes="192x192" href="nice-highres.png"> | |
<!----> | |
<!-- iOS --> | |
<!----> | |
<!-- Hide Navigation Bar iOS (When Bookmarked) --> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<!-- Hide Navigation Bar on iOS --> | |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> | |
<!-- Change Safari Navigation Bar Color --> | |
<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