浮点数显示为 Opera-mobile 的电话号码

发布于 2024-10-25 01:43:08 字数 211 浏览 2 评论 0 原文

我正在开发小型网络移动应用程序。我的一些页面包含浮点数。但在 Opera-mobile 上,此号码显示为交易电话号码的链接。我在 Safari 中发现了类似的问题:

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

但这不适用于 Opera-mobile。如何修复它?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云雾 2024-11-01 01:43:08

虽然可能不是最好的解决方案,但您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文