editor调用wx.hideKeyboard不能关闭软键盘
发布于 6 年前 作者 mkang 12307 次浏览 来自 官方Issues

在editor在得到焦点弹出键盘,想使用然后调用wx.hideKeyboard

wx.hideKeyboard({

        complete: res => {

          console.log(res);          

    }

});

报以下错:

errMsg:hidekeyboard:fail:input not exists

2 回复

editor 隐藏键盘要用 editorContext.blur

回到顶部