开发者

Float number is displayed as phone number for Opera-mobile

开发者 https://www.devze.com 2023-02-18 07:49 出处:网络
I\'m developing small web-mobile application. Some my page contains float number. But on Opera-mobile this number is displayed as link to deal phone number. I have found similar issue for Safari:开发者

I'm developing small web-mobile application. Some my page contains float number. But on Opera-mobile this number is displayed as link to deal phone number. I have found similar issue for Safari:

开发者_如何学编程
<meta name="format-detection" content="telephone=no"/>

But this doesn't works for Opera-mobile. How to to fix it?


Although likely not the best solution you can use javascript to find the <a href="tel..." blocks and remove the href attribute from there.

0

精彩评论

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