Skip to content

Instantly share code, notes, and snippets.

@eivko
Last active July 16, 2016 20:31
Show Gist options
  • Save eivko/29dd965eb294ab61c87dfc53b9693777 to your computer and use it in GitHub Desktop.
Save eivko/29dd965eb294ab61c87dfc53b9693777 to your computer and use it in GitHub Desktop.
Цвет адресной строки и статус-бара на мобильных
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#4285f4">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#4285f4">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment