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.
我正在为 IOS 开发基于 phonegap 的应用程序,该应用程序已经为 Android 完成。我在 html 页面上有以下链接:
<a href="tel:0180123456789">0180123456789</a>
Android 设备正确解释它。如果我在 XCode 中的 iPhone 模拟器上单击此链接,控制台会给我以下反馈:
无法加载网页并出现错误:无法显示 URL
这仅仅是因为模拟器吗?我还不能在真实设备上测试它,这就是为什么现在无法为我检查它的原因。
这似乎是模拟器的问题。当我在模拟器中运行它时,我会遇到与您相同的错误,但在设备上它可以完美运行。
根据Apple URL Scheme Reference:
如果设备上未安装电话应用程序,则打开电话 URL 会向用户显示适当的警告消息。
将其安装在设备中,如果没有其他问题,您的点击通话链接将起作用。