AngularJS ng-href tel不适用于nexus 9(Android 5.1)

时间:2017-06-21 15:42:35

标签: android angularjs cordova ionic-framework nexus

我的移动应用中有一个呼叫按钮(AngularJS,Ionic)。
该按钮在 IOS 某些Android手机上正常工作,显示拨号呼叫界面
但是当我在 Nexus 9(Android 5.1) 上测试时,它没有显示拨号电话,但它建议我将号码添加到联系人列表

你知道为什么它没有在nexus上工作吗?谢谢:))

这是我的代码:

  •  在视图中:
    <a ng-href="tel:{{ phone_number }}> Call <a>
     
  • 在Config.xml中:
      <access launch-external="true" origin="tel:*" /> <allow-intent href="tel:*" />

  • 0 个答案:

    没有答案