时间:2019-05-05 来源:小程序工厂
吴***:
可以考虑先使用 wx.authorize({scope: "scope.camera"}) 尝试申请权限
然后调用 wx.openSetting 接口来进入权限设置页面,用户可以在设置界面选择允许访问摄像头的权限。
参考:
wx.authorize:https://mp.weixin.qq.com/debug/wxadoc/dev/api/authorize-index.html
wx.openSetting:https://mp.weixin.qq.com/debug/wxadoc/dev/api/setting.html#wxopensettingobject
魔***:
我步骤里面就是这么操作的,使用 wx.openSetting进入授权页面,然后打开摄像头之后,在success回调中pusher.start()
但是摄像头并没有被启动,无法打开。
51微信小程序微信支付