提交 4b512245 编写于 作者: 雪洛's avatar 雪洛

fix: ios使用三方输入法时隐藏键盘后焦点消失不及时

上级 a7e69e59
......@@ -5,7 +5,7 @@ import {
const isAndroid = plus.os.name.toLowerCase() === 'android'
const FOCUS_TIMEOUT = isAndroid ? 300 : 700
const HIDE_TIMEOUT = 800
const HIDE_TIMEOUT = isAndroid ? 800 : 300
let keyboardHeight = 0
let onKeyboardShow
let focusTimer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册