Phonegap应用程序 - 防止iPhone将号码转换为拨号链接

Jos*_*iah 3 javascript iphone jquery-mobile cordova

可能重复:
如何禁用Mobile Safari中的电话号码链接?

我正在使用phonegap/jquery-mobile为客户开发移动报告应用程序.我们的某个报告将输出与电话号码类似的ID.添加到dom的元素看起来像:

<div>ID: 54321777</div>  
Run Code Online (Sandbox Code Playgroud)

在iphone上进行测试时,我们注意到它会将这些ID转换为打开拨号器应用程序的链接.有没有办法明确地防止这种行为?

esq*_*qew 10

<meta name="format-detection" content="telephone=no" />
Run Code Online (Sandbox Code Playgroud)

资源