Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 从爱奥尼亚拨打电话时发出_Angularjs_Ionic - Fatal编程技术网

Angularjs 从爱奥尼亚拨打电话时发出

Angularjs 从爱奥尼亚拨打电话时发出,angularjs,ionic,Angularjs,Ionic,我想通过安卓系统(使用爱奥尼亚)拨打电话。 以下是我正在使用的代码: <a href="tel:+91-805-575-0232" nav-view="active" style="opacity: 1; transform: translate3d(0%, 0px, 0px);"> Call </a> 除此之外,我们还在config.xml文件中添加了以下行: <access origin="mailto:*" launch-exte

我想通过安卓系统(使用爱奥尼亚)拨打电话。 以下是我正在使用的代码:

<a href="tel:+91-805-575-0232" nav-view="active" style="opacity: 1; transform: translate3d(0%, 0px, 0px);">
        Call
    </a>

除此之外,我们还在config.xml文件中添加了以下行:

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

从桌面上,我可以获得外部通话功能。但在安卓设备上,它不起作用


谁能告诉我哪里出了错。

在config.xml中添加了这一行。对不起,我更新了对你问题的更正