gpt4 book ai didi

cordova - 在 android WebView 中禁用电子邮件、号码检测

转载 作者:行者123 更新时间:2023-12-05 08:24:23 26 4
gpt4 key购买 nike

我正在使用 phonegap+sencha touch2+android 开发一个应用程序。我有一个面板显示各种内容,其中包含电子邮件,一些文本形式的数字。因为它是一个 WebView,当我点击数字时,andorids 默认的 MailCompose 事件开始,当我点击数字时,拨号器事件开始。我怎样才能阻止这种情况发生。在为 WebView 加载 url 或 web 设置之前,android 端是否缺少一些配置。或者来自 Phonegap 的东西,因为当我看到 log cat 时它显示以下行 -

DroidGap.startActivityForResult(intent,-1)

最佳答案

您应该能够将以下内容添加到 <head>您的 HTML 文档。

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

这应该适用于大多数 WebKit 浏览器,例如 Android、BlackBerry 和 iOS。

关于cordova - 在 android WebView 中禁用电子邮件、号码检测,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11798718/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com