另附上checkJsApi结果: iOS: { "checkResult": { "stopVoice": true, "onVoicePlayEnd": false, "uploadVoice": true, "playVoice": true, "stopRecord": true, "pauseVoice": true, "checkJsApi": true, "onVoiceRecordEnd": false, "startRecord": true, "downloadVoice": true }, "errMsg": "checkJsApi:ok" } Android: { "checkResult": { "checkJsApi": true, "startRecord": true, "stopRecord": true, "onVoiceRecordEnd": true, "playVoice": true, "pauseVoice": true, "stopVoice": true, "onVoicePlayEnd": true, "uploadVoice": true, "downloadVoice": true }, "errMsg": "checkJsApi:ok" }
[微信公众号jssdk]iOS下,onVoiceRecordEnd无法使用导致录音超过1分钟失败iOS下,微信公众号jssdk的接口wx.onVoiceRecordEnd并不生效,导致在iOS录音中,一旦超过1分钟就会录音失败。 另外在iOS下,使用checkJsApi检查onVoiceRecordEnd和onVoicePlayEnd均显示为false。 Android无此故障,怀疑是微信iOS版本的专有bug。 iOS版本:13.6;微信 8.0.18 测试页面:https://z.timedg.com/2022/01weixin-jssdk-demo/audio-wx-share.html 该问题早前也有人反馈:https://developers.weixin.qq.com/community/develop/doc/00002403784db8cc576c0477c51c00?highLine=onVoiceRecordEnd [图片]
2022-03-05经测试,疑似jweixin-1.4.0.js对wx.updateAppMessageShareData和wx.updateTimelineShareData接口支持不佳导致的故障,改用jweixin-1.6.0.js故障解决。
微信安卓版H5页面自定义分享网页时,图标不显示?appid:wxf098f50783c932b0 问题页面: https://z.timedg.com/2021/01sjwgy/?r=liststatic&topicid=3024 问题描述: 该页面的“发送给朋友”或“分享到朋友圈”时,无法显示图标。 该问题有且仅能在安卓机型出现。苹果、微信开发者工具均正常。 请调查安卓机型的微信是否存在分享故障。
2021-01-28