Skip to content

Instantly share code, notes, and snippets.

@popcorn245
Created July 9, 2015 04:45
Show Gist options
  • Save popcorn245/23f83b7e558e60f2d30a to your computer and use it in GitHub Desktop.
Save popcorn245/23f83b7e558e60f2d30a to your computer and use it in GitHub Desktop.
Mobile Meta Tags
<!---->
<!-- 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