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.
我们正在使用<a href="tel:xxxxxxx"> Call Phone</a>方案在phonegap iOS 应用程序(版本 1.8.1)中实现点击通话功能。
<a href="tel:xxxxxxx"> Call Phone</a>
这在iOS5 及更低版本中运行良好,但不幸的是,在iOS6中,它显示了两个弹出窗口,询问是否拨打该号码。为什么会发生这种情况,我们能做些什么呢?
点击调用函数而不是我的任何替代代码块?
对此的任何帮助表示赞赏。
谢谢。
这在所有 iOS 设备上都运行良好
document.location.href = 'tel:+1-xxxxxxx';