移动web app 中的meta 标签

时间:2014-08-01 19:09:52   收藏:0   阅读:327


<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
meta viewport 相关属性有下面几个


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

 

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

 

iOS 里用 rel="apple-touch-icon"; android 里用 rel="apple-touch-icon-precomposed"


IOS

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

 

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

 

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

注意: 若值为“black-translucent”将会占据页面一定位置,浮在页面上方(会覆盖页面20px高度–iphone4和itouch4的Retina屏幕为40px)。

 


<link rel="apple-touch-icon-precomposed" href="http://spion.blog.163.com/blog/iphone_milanoo.png" />

 

移动web app 中的meta 标签,布布扣,bubuko.com

原文:http://www.cnblogs.com/AustinAn/p/3885389.html

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