uniapp 支付宝小程序拨打电话在ios上不好用
uniapp 拨打电话apiuni.makePhoneCall({phoneNumber: 'xxxxx',});当phoneNumber的值含有空格时(例如:“123 456 789”),安卓手机不受影响可以顺利调起拨打电话,苹果手机则会显示api调起失败,参数无效。将phoneNumber的值得空格去掉(如:123456789),安卓和苹果手机都可以顺利调起拨打电话。...
·
uniapp 拨打电话api
uni.makePhoneCall({
phoneNumber: 'xxxxx',
});
当phoneNumber的值含有空格时(例如:“123 456 789”),安卓手机不受影响可以顺利调起拨打电话,苹果手机则会显示api调起失败,参数无效。将phoneNumber的值得空格去掉(如:123456789),安卓和苹果手机都可以顺利调起拨打电话。
更多推荐



所有评论(0)