From 3919e5bc101c44eb5df6554f5b02896c492cf087 Mon Sep 17 00:00:00 2001 From: James Brooks <james@alt-three.com> Date: Sat, 5 Jan 2019 00:48:39 +0000 Subject: [PATCH] Use default value for apple-mobile-web-app-status-bar-style (#9209) --- resources/frontend_client/index_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/frontend_client/index_template.html b/resources/frontend_client/index_template.html index a8492316781..140fab4917b 100644 --- a/resources/frontend_client/index_template.html +++ b/resources/frontend_client/index_template.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui" /> <meta name="apple-mobile-web-app-capable" content="yes" /> - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> + <meta name="apple-mobile-web-app-status-bar-style" content="default" /> {{{embed_code}}} -- GitLab