diff options
author | Vitaly Takmazov | 2019-02-05 11:42:47 -0500 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 1c5f4ffcf05ac3d3eadab2771cba90467f6ebb5b (patch) | |
tree | f4aa43c1058dc100c5a3de74ad924563e8f8abc5 /vnext/src | |
parent | 9564faac8e3bd7c70fd966cf6e2a3abd1c0a9ccc (diff) |
apple-mobile-web-app-status-bar-style
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/views/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index 52f90ace..d3e185b5 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -11,6 +11,7 @@ <meta name="msapplication-TileImage" content="//i.juick.com/ms-icon-144x144.png" /> <meta name="theme-color" content="#ffffff" /> <meta name="apple-mobile-web-app-capable" content="yes" /> + <meta name="apple-mobile-web-app-status-bar-style" content="default"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/evil-icons@1.10.1/assets/evil-icons.min.css" /> <script src="https://cdn.jsdelivr.net/npm/evil-icons@1.10.1/assets/evil-icons.min.js"></script> <link rel="apple-touch-icon" sizes="57x57" href="//i.juick.com/apple-icon-57x57.png" /> @@ -59,4 +60,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |