From b8b3db3916d1722eb14847cfba3e19bc6e6af93a Mon Sep 17 00:00:00 2001 From: Nolan Lawson <nolan@nolanlawson.com> Date: Sun, 10 Apr 2022 11:07:13 -0700 Subject: [PATCH] fix: make ios status bar default color again --- src/build/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/template.html b/src/build/template.html index 4f55a0e0..cf0cbfa8 100644 --- a/src/build/template.html +++ b/src/build/template.html @@ -16,7 +16,7 @@ <meta name="mobile-web-app-capable" content="yes" > <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-title" content="{intl.appName}"> - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> + <meta name="apple-mobile-web-app-status-bar-style" content="default"> <!-- splashscreen for iOS --> <link href="/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />