元标记主题颜色状态栏图标颜色变化

时间:2018-09-26 06:43:03

标签: html5 colors statusbar meta-tags

我想添加meta标签以将工具栏的颜色更改为我的网站。

我已经添加了<meta name="theme-color" content="#db5945">,对我来说很好。

但是我想更改状态栏图标的颜色(应为白色),默认情况下为黑色。 我要像youtube一样处理。


我的网站

enter image description here


Youtube enter image description here

1 个答案:

答案 0 :(得分:0)

以下适用于苹果

<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

来自https://medium.com/appscope/changing-the-ios-status-bar-of-your-progressive-web-app-9fc8fbe8e6ab