ionic调用手机系统的拨打电话

android调用如下:

在config.xml中添加

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

在页面上

<button (click)="call()">拨打电话</button> 
//href中需要填写tel:手机号码

在ts

call(){
      document.location.href="tel:17724278927"
  }

ionic调用手机系统的拨打电话

上一篇:已删除的部件:部件/xl/vbaProject.bin。(Visual Basic for Applications(VBA))


下一篇:Java zip 压缩 文件夹删除,移动,重命名,复制