ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
610 stars 274 forks source link

Keyboard show/hide event target should be 'window' on Windows #141

Closed alexangas closed 9 years ago

alexangas commented 9 years ago

The document event target for keyboard show/hide events is 'window' (as implemented for Android). The Windows port incorrectly targets 'document'.