Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有phoneGap的应用程序。
<span><b>当用户单击普通标签(无 href、tel:、...)中的某个数字(价格)时,本地电话应用程序打开。
<span><b>
如何防止这种行为?(即:什么都不做)
我在各个地方进行了一些搜索,但没有任何结果。
解决方案很简单:
<meta name="format-detection" content="telephone=no">
(与 iPhone 相同...)