提交 88673710 编写于 作者: Q qiang

fix: app-v3 hideKeyboard

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