mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
don't clear focusIn timer on focusOut
This commit is contained in:
@@ -126,7 +126,6 @@ function keyboardShow(element, elementTop, elementBottom, viewportHeight, keyboa
|
||||
}
|
||||
|
||||
function keyboardFocusOut(e) {
|
||||
clearTimeout(keyboardFocusInTimer);
|
||||
clearTimeout(keyboardFocusOutTimer);
|
||||
|
||||
keyboardFocusOutTimer = setTimeout(keyboardHide, 350);
|
||||
|
||||
@@ -72,6 +72,8 @@ Notes:
|
||||
iOS 7 keyboard is 216px tall without the accessory bar
|
||||
iOS 7 keyboard is 260px tall with the accessory bar
|
||||
|
||||
Switching inputs fires focusOut on iOS, doesn't on Android
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user