电话号码无法在IOS离子上点击

时间:2017-03-17 16:06:04

标签: ios cordova ionic-framework phone-number

我正在使用Ionic 1,在我的应用中,我使用的是电话号码。如果用户单击电话号码,则我希望在呼叫窗口中打开号码,以便用户可以直接呼叫该号码。它完全适用于android。但不幸的是,它不适用于IOS。以下代码强调了我到目前为止所尝试的内容 -

在我的HTML文件中 -

<a href="tel:*******">******</a>
<a target="_blank" ng-href="tel:*******">******</a>   //also tried this

在我的Config.xml文件中 -

<access origin="tel:*" launch-external="yes" />
<access origin="mailto:*" launch-external="yes" >

<allow-intent href="tel:*" />

我已经尝试了以下链接中建议的所有解决方案,包括更改配置文件,使用cordova电话号码插件和代码。但我无法让它在IOS上工作。我已经在具有IOS版本10的IOS 6s设备上进行了测试。

Stackoverflow solution one

Stackoverflow solution two

Ionic Forum solution

我无法理解我做错了什么。提前感谢您的任何帮助。

0 个答案:

没有答案