移动pc常用Meta标签

Posted haonanzhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移动pc常用Meta标签相关的知识,希望对你有一定的参考价值。

移动常用

<meta charset="UTF-8">
        <title>{$configInfos[store_title]}</title>
        <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,shrink-to-fit=no,user-scalable=no,minimal-ui" name="viewport">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta content="telephone=no" name="format-detection">
        <!-- UC默认竖屏` UC强制全屏 -->
        <meta name="full-screen" content="yes">
        <meta name="browsermode" content="application">
        <!-- QQ强制竖屏` QQ强制全屏 -->
        <meta http-equiv="pragma" content="no-cache">
        <meta http-equiv="cache-control" content="no-cache">
        <meta http-equiv="expires" content="0">

 

以上是关于移动pc常用Meta标签的主要内容,如果未能解决你的问题,请参考以下文章

移动web前端之meta标签

移动端meta常用

移动前端头部标签(HTML5 head meta)

pc端页面添加meta标签:X-UA-Compatible meta标签

meta 常用标签总结

移动端手机web前端meta通用设置