ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

Keyboard events are fired even the app is not on foreground #175

Open kukikiloke opened 8 years ago

kukikiloke commented 8 years ago

native.keyboardshow and native.keyboardhide events are fired when switching to other app with keyboard on and back to cordova app.

Steps to reproduce: (tested on iOS) 1) Launch other app like mail or messaging app and trigger the keyboard. 2) Launch phonegap/cordova app 3) Switch to app opened in Step 1 -> keyboard event (native.keyboardshow) is fired 4) Switch back to phonegap/cordova app -> keyboard events are fired

kukikiloke commented 8 years ago

Looks like the keyboard status is leaking from other apps on iOS

carson-drake commented 7 years ago

@kukikiloke I'm having the same exact issue. This has been a long standing issue too.