mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
add clearTimeout(keyboardFocusOutTimer) to plugin hidekeyboard handler
This commit is contained in:
@@ -39,6 +39,7 @@ function keyboardInit() {
|
||||
}
|
||||
|
||||
function keyboardNativeShow(e) {
|
||||
clearTimeout(keyboardFocusOutTimer);
|
||||
ionic.keyboard.height = e.keyboardHeight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user