1.在config.xml文件中添加如下一行
<access origin="tel:*" launch-external="yes" />
2.拨打电话的方法
call(tel){
let tel_str = "tel:"+tel;
document.location.href=tel_str;
}
1.在config.xml文件中添加如下一行
<access origin="tel:*" launch-external="yes" />
2.拨打电话的方法
call(tel){
let tel_str = "tel:"+tel;
document.location.href=tel_str;
}
本文标题:1.26 ionic3入门——拨打电话
本文链接:https://www.haomeiwen.com/subject/svxlrqtx.html
网友评论