提交 e4ec80ac 编写于 作者: D DCloud_LXH

fix: 修复 在iOS设备上,手动调用uni.hideKeyboard()后如果再点击页面其他地方会重新聚焦 125233

上级 6b168770
......@@ -188,6 +188,9 @@ export default {
}
el.addEventListener('blur', () => {
// 在iOS设备上,手动调用uni.hideKeyboard(),键盘收起并且触发blur,但实际并没有blur。
// 此时如果再点击页面其他地方会重新聚焦,此处做处理
el.blur()
focus = false
onKeyboardHide()
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册