change the way apple mobile displays status bar

This commit is contained in:
Jason Wall 2020-08-23 08:28:09 -04:00
parent a9436d43bb
commit 5934193702

View File

@ -10,9 +10,9 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- add for ios -->
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#ffffff" />