【问题标题】:iOS PWA dark theme status bar coloriOS PWA 深色主题状态栏颜色
【发布时间】:2020-06-17 19:12:29
【问题描述】:

有没有办法在深色主题的 PWA 状态栏上设置白色背景?

index.html 我放了元标记:

<meta name="theme-color" content="#FFFFFF" />
<meta name="apple-mobile-web-app-status-bar-style" content="default">

默认值在浅色模式下有效,但在 iOS 深色模式下为黑色。

ma​​nifest.json 中我这样做了:

"theme_color": "#ffffff",
"background_color": "#ffffff"

谢谢!

【问题讨论】:

    标签: safari mobile-safari progressive-web-apps manifest


    【解决方案1】:

    你需要在html中使用这一行&lt;meta name="apple-mobile-web-app-status-bar-style" content="white"&gt;

    【讨论】:

      【解决方案2】:

      apple-mobile-web-app-status-bar-style "white" 不是这个的有效值

      【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-08-27
      • 2022-12-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-08-18
      相关资源
      最近更新 更多