开发者

How to avoid hyper link detect on safari?

开发者 https://www.devze.com 2023-02-04 10:02 出处:网络
I write a sample web page, which contain a phone number, and fax number, when I run it on safari mobile, it automatically make it become a hy开发者_JS百科per link, how can I avoid the fax number hyper

I write a sample web page, which contain a phone number, and fax number, when I run it on safari mobile, it automatically make it become a hy开发者_JS百科per link, how can I avoid the fax number hyperlinked by the Mobile safari ? Thank you.


Put this in your head element...

<meta name="format-detection" content="telephone=no">
0

精彩评论

暂无评论...
验证码 换一张
取 消