获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
你可以试一下在editor当中 绑定失焦事件, bindblur在失焦事件中 让editor失焦 ==> this.editorCtx.blur()
小程序editor和input在同一个页面时,input会触发editor的聚焦在开发工具里:editor初始化编辑器内容后,input聚焦时会触发editor的聚集,使页面上弹。 [图片] 在真机调试中(手机小米8):每次editor聚集后,input再聚集会触发editor的聚集,使页面上弹。
2021-03-26解决了么, 这个怎么解决, 我也是碰到一样的问题
onKeyboardHeightChange 在android机型上高度变化无法监听?input的type='text'是可以正常获取高度的 type="number"时键盘隐藏 onKeyboardHeightChange无任何回调 android机型: 1.华为nova5 android10 微信版本7.0.19 2.vivo iqoo android10 微信版本7.0.16 代码片段:https://developers.weixin.qq.com/s/VgU96hmX77lM
2021-03-16