WebApp之Meta標籤

<!-- 啓用360瀏覽器的極速模式(webkit) -->
<meta name="renderer" content="webkit">
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 針對手持設備優化,主要是針對一些老的不識別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的做用就是刪除默認的蘋果工具欄和菜單欄-->
<meta name="apple-mobile-web-app-capable" content="yes">
<!--網站開啓對web app程序的支持-->
<meta name="apple-touch-fullscreen" content="yes">
<!--手機號碼不被顯示爲撥號連接-->
<meta name="format-detection" content="telephone=no">
<!--在web app應用下狀態條(屏幕頂部條)的顏色-->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- windows phone 點擊無高光 -->
<meta name="msapplication-tap-highlight" content="no">
<!--移動web頁面是否自動探測電話號碼-->
<meta http-equiv="x-rim-auto-match" content="none">web

相關文章
相關標籤/搜索