H5页面窗口自动调整到设备宽度,并禁止用户缩放页面
1 | name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> |
忽略将页面中的数字识别为电话号码
1 | name="format-detection" content="telephone=no" /> |
忽略Android
平台中对邮箱地址的识别
1 | name="format-detection" content="email=no" /> |
当网站添加到主屏幕快速启动方式,可隐藏地址栏,仅针对ios
的safari
1 | name="apple-mobile-web-app-capable" content="yes" /> |
将网站添加到主屏幕快速启动方式,仅针对ios的safari顶端状态条的样式
1 | name="apple-mobile-web-app-status-bar-style" content="black" /> |