写移动端必备的meta标签

时间:2017-08-07 12:51:42   收藏:0   阅读:184

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

<meta http-equiv="X-UA-Compatible" content="IE=EDGE, chrome=1">

<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />

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

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

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

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

原文:http://www.cnblogs.com/w1991/p/7298245.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!