无线页面制作注意事项!
Posted taoquns 博客园
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无线页面制作注意事项!相关的知识,希望对你有一定的参考价值。
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"> <meta content="yes" name="apple-mobile-web-app-capable"> <meta content="black" name="apple-mobile-web-app-status-bar-style"> <meta content="telephone=no" name="format-detection">
<meta content="email=no" name="format-detection" />
第一个meta标签表示:强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放大浏览;
第二个meta标签是iphone设备中的safari私有meta标签,它表示:允许全屏模式浏览;
第三个meta标签也是iphone的私有标签,它指定的iphone中safari顶端的状态条的样式;
第四个meta标签表示:告诉设备忽略将页面中的数字识别为电话号码
第四个meta标签表示:去除android平台中对邮箱地址的识别
以上是关于无线页面制作注意事项!的主要内容,如果未能解决你的问题,请参考以下文章