editor调用wx.hideKeyboard不能关闭软键盘
在editor在得到焦点弹出键盘,想使用然后调用wx.hideKeyboard
wx.hideKeyboard({
complete: res => {
console.log(res);
}
});
报以下错:
errMsg:hidekeyboard:fail:input not exists
2 回复
在editor在得到焦点弹出键盘,想使用然后调用wx.hideKeyboard
wx.hideKeyboard({
complete: res => {
console.log(res);
}
});
报以下错:
errMsg:hidekeyboard:fail:input not exists