- camera.stopRecord报错?
https://developers.weixin.qq.com/miniprogram/dev/api/media/camera/CameraContext.stopRecord.html
01-10 - 小程序怎么判断微信是否有相机权限呢?
小程序本身授权了相机权限,但是微信没有相机权限,这种情况怎么判断.....
2024-09-19 - camera.stopRecord失败?好多型号手机报错啊,没人关吗
{'e':'{"errMsg":"operateCamera:fail:is stopping"}','phone':'13409255008','ctx':'{"webviewId":-1106671058,"pluginId":"","_isRecording":false,"_timer":1518,"_videoTaken":null}','deviceinfo':'{"deviceAbi":"arm64-v8a","benchmarkLevel":33,"cpuType":"Qualcomm Technologies, Inc SM8350","system":"Android 11","memorySize":7327,"abi":"arm64-v8a","model":"V2154A","brand":"vivo","platform":"android"}'} {'e':'{"errMsg":"operateCamera:fail:is stopping"}','phone':'15714291396','ctx':'{"webviewId":516568090,"pluginId":"","_isRecording":false,"_timer":1685,"_videoTaken":null}',''deviceinfo':'{"deviceAbi":"arm64-v8a","benchmarkLevel":22,"cpuType":"Qualcomm Technologies, Inc SDM765G 5G","system":"Android 13","memorySize":7395,"abi":"arm64-v8a","model":"PEGM00","brand":"OPPO","platform":"android"}'} {'e':'{"errMsg":"operateCamera:fail:is not recording"}','phone':'15210731567','ctx':'{"webviewId":-112256225,"pluginId":"","_isRecording":false,"_timer":230}','deviceinfo':'{"deviceAbi":"arm64-v8a","benchmarkLevel":23,"cpuType":"SM7450","system":"Android 14","memorySize":15300,"abi":"arm64-v8a","model":"REA-AN00","brand":"HONOR","platform":"android"}'}
2024-07-17 - CameraContext.startRecord(Object object)失败?
var ctx = wx.createCameraContext() ctx.startRecord({ success: function () { 不走success方法
2024-07-04 - getLocation获取定位的问题?
用户使用了虚拟定位软件, 然后小程序 获取定位就不准了,但是微信的发送定位和位置共享都是正确的,虚拟的定位改不了微信的位置, 但是把我小程序的位置改了咋么,搞
2024-01-18