标签: H5

1 篇文章
H5

iOS Safari Web App 配置

全屏模式 手动开启页面全屏模式: <!-- 开启全屏模式 --> <meta name="apple-mobile-web-app-capable" content="yes"> Tips: 可使用 JS 的 window.navigator.standalone 属性来查看是否开启了全屏模式。 状态栏 全屏模式下可设置状态栏样式: <!-- 默认状态栏 --> <meta name="apple-mobile-web-app-…
阅读全文