1、apple-mobile-web-app-capable
<meta name="apple-mobile-web-app-capable" content="yes"/>
---------- 网站对web app程序的支持,允许全屏模式浏览,隐藏浏览器导航栏
content有两个值:
- yes
- no
注释:
支持iPhone的3.5屏幕
2、
apple-mobile-web-app-title
<meta name="apple-mobile-web-app-title" conten="zhangyaochun first app"/>
----------- 可以指定web app不同的名字,会显示在IOS桌面上。
3、
format-detection
<meta name="format-detection" content="telephone=no"/>
----------- 忽视将页面中数字辨认为电话号码的拨号超链接
iPhone默认值是:telephone=yes
其他值:
- address = no
- email = no //不自动发邮件
4、
apple-mobile-web-app-status-bar-style
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
------- 改变顶部状态条的颜色,默认是白色
5、
MobileOptimized
<meta name="MobileOptimized" content="240"/>
------ 浏览器不会自动调整文件的大小,不会随着浏览器拉伸缩放