我想添加meta标签以将工具栏的颜色更改为我的网站。
我已经添加了<meta name="theme-color" content="#db5945">
,对我来说很好。
但是我想更改状态栏图标的颜色(应为白色),默认情况下为黑色。 我要像youtube一样处理。
我的网站
答案 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