触屏设备上如何去掉数字转化为拨号链接的方法:
<metaname=”format-detection”content=”telephone=no”/>
telephone=no就禁止了把数字转化为拨号链接!
telephone=yes就开启了把数字转化为拨号链接,要开启转化功能,这个meta就不用写了,在默认是情况下就是开启!
禁用触屏数字拨号链接
本文介绍如何在触屏设备上通过设置meta标签来禁用数字自动转化为拨号链接的功能。使用<metaname=”format-detection”content=”telephone=no”/>即可实现该效果。
触屏设备上如何去掉数字转化为拨号链接的方法:
<metaname=”format-detection”content=”telephone=no”/>
telephone=no就禁止了把数字转化为拨号链接!
telephone=yes就开启了把数字转化为拨号链接,要开启转化功能,这个meta就不用写了,在默认是情况下就是开启!
1466

被折叠的 条评论
为什么被折叠?