- 企业微信关联小程序,小程序使用web-view嵌套h5,h5初始化jssdk失败怎么办?
参考资料 jssdk: https://developer.work.weixin.qq.com/document/path/90547 登录过程:https://developer.work.weixin.qq.com/document/path/92388 鉴权地址:https://developer.work.weixin.qq.com/document/path/92423 场景:企业微信关联微信小程序,在企业微信中打开小程序,企业微信为第三方待开发应用,我方实现为小程序嵌套web-view,view中h5使用jssdk进行初始化 问题:在企业微信客服指导下,corpId传了明文id,appId换为任一公众号id,我方企业微信为第三方待开发应用,jssdk初始化报错63002,企业微信帮忙确认了签名没问题,url没问题 企业微信使用没问题,微信小程序使用没问题,企业微信关联小程序又问题
10-29 - editor富文本编辑器无法获取光标位置么?
https://developers.weixin.qq.com/miniprogram/dev/component/editor.html
2021-01-19 - editor富文本编辑器如何获取光标所在位置?
editor富文本编辑器如何获取光标所在位置? textarea还有e.detail.cursor和wx.getSelectedTextRange,editor如何获取呢??
2021-01-19 - wx.getSelectedTextRange都报错getSelectedTextRang?
[图片][图片]您好我在聚焦的时候调用文档的方法无法获取光标位置呢 版本:2.11.2 输出: getSelectedTextRange res {errMsg: "getSelectedTextRange:fail not support"} undefined undefined
2021-01-15