浮点数显示为 Opera-mobile 的电话号码
我正在开发小型网络移动应用程序。我的一些页面包含浮点数。但在 Opera-mobile 上,此号码显示为交易电话号码的链接。我在 Safari 中发现了类似的问题:
<meta name="format-detection" content="telephone=no"/>
但这不适用于 Opera-mobile。如何修复它?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然可能不是最好的解决方案,但您可以使用 javascript 查找
块并从那里删除 href 属性。
Although likely not the best solution you can use javascript to find the
<a href="tel..."
blocks and remove the href attribute from there.