1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > UC qq浏览器强制横屏

UC qq浏览器强制横屏

时间:2024-03-26 11:38:12

相关推荐

UC qq浏览器强制横屏

<!-- 启用360浏览器的极速模式(webkit) -->

<meta name="renderer" content="webkit">

<!-- 避免IE使用兼容模式 -->

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 -->

<meta name="HandheldFriendly" content="true">

<!-- 微软的老式浏览器 -->

<meta name="MobileOptimized" content="320">

<!-- uc强制竖屏 -->

<meta name="screen-orientation" content="portrait">

<!-- QQ强制竖屏 -->

<meta name="x5-orientation" content="portrait">

<!-- UC强制全屏 -->

<meta name="full-screen" content="yes">

<!-- QQ强制全屏 -->

<meta name="x5-fullscreen" content="true">

<!-- UC应用模式 -->

<meta name="browsermode" content="application">

<!-- QQ应用模式 -->

<meta name="x5-page-mode" content="app">

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

<meta name="apple-touch-fullscreen" content="yes">

<meta name="format-detection" content="telephone=no">

<meta name="apple-mobile-web-app-status-bar-style" content="black">

<!-- windows phone 点击无高光 -->

<meta name="msapplication-tap-highlight" content="no">

<meta name="format-detection" content="telephone=no">

<meta http-equiv="x-rim-auto-match" content="none"> <meta name="data-spm" content="a2123" data-spm-protocol="i">

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。