原文鏈接:http://www.maoyupeng.com/web-app-common-meta.html
<!-- 頁(yè)面字符編碼 -->
<meta charset="utf-8">
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- 啟用360瀏覽器的極速模式(webkit) -->
<meta name="renderer" content="webkit">
<!-- 微軟的老式瀏覽器 -->
<meta name="MobileOptimized" content="320">
<!-- 關(guān)鍵字描述 -->
<meta name="keywords" content="">
<meta name="description" content="">
<!-- 設(shè)置移動(dòng)端視圖 -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- 針對(duì)手持設(shè)備優(yōu)化,主要是針對(duì)一些老的不識(shí)別viewport的瀏覽器凌简,比如黑莓 -->
<meta name="HandheldFriendly" content="true">
<!-- 刪除蘋(píng)果默認(rèn)的工具欄和菜單欄 -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- 設(shè)置蘋(píng)果工具欄顏色 -->
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- 忽略頁(yè)面中的數(shù)字識(shí)別為電話迁客,忽略email識(shí)別 -->
<meta name="format-detection" content="telphone=no, email=no" />
<!-- uc強(qiáng)制豎屏 -->
<meta name="screen-orientation" content="portrait">
<!-- QQ強(qiáng)制豎屏 -->
<meta name="x5-orientation" content="portrait">
<!-- UC強(qiáng)制全屏 -->
<meta name="full-screen" content="yes">
<!-- QQ強(qiáng)制全屏 -->
<meta name="x5-fullscreen" content="true">
<!-- UC應(yīng)用模式 -->
<meta name="browsermode" content="application">
<!-- QQ應(yīng)用模式 -->
<meta name="x5-page-mode" content="app">
<!-- windows phone 點(diǎn)擊無(wú)高光 -->
<meta name="msapplication-tap-highlight" content="no">