部分webkit内核mate标签

webkit内核一些私有的mate标签,对开发webapp 很有帮助

  1. <meta content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;” name=”viewport” /> 
  2.  强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放大浏览;
  3. <meta content=”yes” name=”apple-mobile-web-app-capable” /> 
  4.  iphone设备中的safari私有meta标签,它表示:允许全屏模式浏览
  5. <meta content=”black” name=”apple-mobile-web-app-status-bar-style” /> 
  6.  iphone的私有标签,它指定的iphone中safari顶端的状态条的样式
  7. <meta content=”telephone=no” name=”format-detection” /> 、
  8. 告诉设备忽略将页面中的数字识别为电话号码
posted @ 2017-03-15 09:51  蔷薇岛的蹦擦擦  阅读(116)  评论(0)    收藏  举报