美文网首页
apple-mobile-web-app-capable 作用

apple-mobile-web-app-capable 作用

作者: McDu | 来源:发表于2019-03-25 19:54 被阅读0次

    meta 标签:apple-mobile-web-app-capable 删除默认的苹果工具栏和菜单栏:

    <meta name="apple-mobile-web-app-capable" content="yes"/>
    

    默认值为 no,即正常显示。如果 content 设置为 yes,Web 应用会以全屏模式运行,可以通过只读属性window.navigator.standalone来确定网页是否以全屏模式显示。


    参考文章:
    WebApp 里Meta标签大全,webappmeta标签大全

    相关文章

      网友评论

          本文标题:apple-mobile-web-app-capable 作用

          本文链接:https://www.haomeiwen.com/subject/aczbvqtx.html