提交 f5eaeed9 编写于 作者: Q qiang

fix(App): 修复安卓设备 focus 事件触发错乱的问题 question/116576

上级 974091e4
......@@ -33,6 +33,8 @@ export function hookKeyboardEvent (event, callback) {
onMethod('onKeyboardHeightChange', res => {
keyboardHeight = res.height
if (keyboardHeight > 0) {
onKeyboardShow && onKeyboardShow()
const callback = onKeyboardShow
onKeyboardShow = null
callback && callback()
}
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册