关于 meta name="format-detection"

<meta name="format-detection"/>

当该 HTML 页面在手机上浏览时,该标签用于指定是否将网页内容中的手机号码显示为拨号的超链接。

在 iPhone 上默认值是:

<meta name="format-detection" content="telephone=yes"/>

 

如果你不希望手机自动将网页中的电话号码显示为拨号的超链接,那么可以这样写:

<meta name="format-detection" content="telephone=no"/>
posted @ 2013-11-04 14:17  库乐君  阅读(498)  评论(0编辑  收藏  举报