天行健*地势坤

常用 meta 整理
 1 <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 -->
 2 <meta name="HandheldFriendly" content="true">
 3 <!-- 微软的老式浏览器 -->
 4 <meta name="MobileOptimized" content="320">
 5 <!-- uc强制竖屏 -->
 6 <meta name="screen-orientation" content="portrait">
 7 <!-- QQ强制竖屏 -->
 8 <meta name="x5-orientation" content="portrait">
 9 <!-- UC强制全屏 -->
10 <meta name="full-screen" content="yes">
11 <!-- QQ强制全屏 -->
12 <meta name="x5-fullscreen" content="true">
13 <!-- UC应用模式 -->
14 <meta name="browsermode" content="application">
15 <!-- QQ应用模式 -->
16 <meta name="x5-page-mode" content="app">
17 <!-- windows phone 点击无高光 -->
18 <meta name="msapplication-tap-highlight" content="no">

 

posted on 2016-12-29 10:01  天行健*地势坤  阅读(261)  评论(0)    收藏  举报