请问一个鸿蒙next开发的一个问题:
uni.makePhoneCall({
phoneNumber: 'xxxx',
fail(e) {
console.log(e)
}
})
报错信息:makePhoneCall:fail The specified ability does not exist
官方api里面说 HBuilderX 4.23 可以支持, 但是我已经是4.29了
如何解决这个问题
1***@qq.com (作者)
原来是这样, 感谢.
官方的api文档要不也写上模拟器不行. 需要真机调试
2025-02-10 17:03
DCloud_UNI_yuhe
回复 1***@qq.com: 怕就怕他以后可能会支持的
2025-02-10 17:07