是否可以在深色主题的PWA状态栏上设置白色背景?
在 index.html 中,我放置了元标记:
<meta name="theme-color" content="#FFFFFF" />
<meta name="apple-mobile-web-app-status-bar-style" content="default">
默认值可在亮模式下使用,但在iOS暗模式下为黑色。
在 manifest.json 内部,我这样做了
"theme_color": "#ffffff",
"background_color": "#ffffff"
谢谢!
答案 0 :(得分:0)
您需要在 html <meta name="apple-mobile-web-app-status-bar-style" content="white">