获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
目前解决了吗?
实时音视频过程中开启录音报错const recorderManager = wx.getRecorderManager() recorderManager.start({ duration: 5000, sampleRate: 16000, // 采样率 numberOfChannels: 1, }) [图片] ios正常,部分安卓机报错,出问题机型: [图片]
2022-09-26请问后面是怎么解决的?
公众号开发用户拒绝获取位置权限,当下次进公众号的时候怎样再次提示用户授权获取地理位置?window.location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9229b79c216d5f50&redirect_uri=https%3A%2F%2Fwww.testtaxisan.com%2FnewHtml%2Fhtml%2FIndex%2Findex.html&response_type=code&scope=snsapi_userinfo&state=gh_008a50db02b8#wechat_redirect";
2020-05-06