作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经在 stackoverflow、google、phonegap 和其他网站上到处检查,但我找不到解决方案,但如果我确实错过了正确的链接,请将我发布到它,因为我迷路了。
1:我使用 Cordova + JQmobi 来编写我的应用程序。
2:唯一无效的链接是 TEL: 标签中的链接。
3:他们在 Safari 中为 ios 工作(我发现从 ios4 到 ios5.1 的任何版本)
4:仅在 ios5 中指向电话的链接:不适用于 native 应用程序
这里是我试过的代码:
<a href="tel:+39000000">Link to the tel</a>
<a href="tel:+39000000" target="_blank">Link to the tel</a>
<a href="tel:+39000000" target="_self">Link to the tel</a>
<a href="" onclick="windows.location('tel:+39000000')" target="_blank">Link to the tel</a>
最佳答案
我的解决办法是:没有解决办法。但是一个插件:
https://github.com/mchristie/PhoneGap-ios-PhoneDialer/
如果您使用cordova,请务必检查您必须更改的4行(cordova而不是phonegap)
关于ios5 - Cordova (前 phonegap)电话 : links in <a href> not working in ios5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10961875/
我是一名优秀的程序员,十分优秀!