meta 标签:apple-mobile-web-app-capable 删除默认的苹果工具栏和菜单栏:
<meta name="apple-mobile-web-app-capable" content="yes"/>
默认值为 no,即正常显示。如果 content 设置为 yes,Web 应用会以全屏模式运行,可以通过只读属性window.navigator.standalone
来确定网页是否以全屏模式显示。
meta 标签:apple-mobile-web-app-capable 删除默认的苹果工具栏和菜单栏:
<meta name="apple-mobile-web-app-capable" content="yes"/>
默认值为 no,即正常显示。如果 content 设置为 yes,Web 应用会以全屏模式运行,可以通过只读属性window.navigator.standalone
来确定网页是否以全屏模式显示。
本文标题:apple-mobile-web-app-capable 作用
本文链接:https://www.haomeiwen.com/subject/aczbvqtx.html
网友评论