移动端问题探索-1
1.apple-mobile-web-app-capable apple-mobile-web-app-capable是设置Web应用是否以全屏模式运行。
<meta name="apple-mobile-web-app-capable" content="yes">
说明: 
如果content设置为yes,Web应用会以全屏模式运行,反之,则不会。content的默认值是no,表示正常显示。你可以通过只读属性window.navigator.standalone来确定网页是否以全屏模式显示。
2.format-detection 
format-detection 启动或禁用自动识别页面中的电话号码。** 
语法:
<meta name="format-detection" content="telephone=no">
说明: 
默认情况下,设备会自动识别任何可能是电话号码的字符串。设置telephone=no可以禁用这项功能。
3.html5调用安卓或者ios的拨号功能
html5提供了自动调用拨号的标签,只要在a标签的href中添加tel:就可以了。
<a href="tel:4008106999,1034">400-810-6999 转 1034</a>
 
                     
                    
                 
                    
                
 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号