ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

keyboard events are not being fired on Android 8.1 #52

Closed adityak74 closed 5 years ago

adityak74 commented 5 years ago

I am building my app on Cordova using this config in my config.xml

<feature name="CDVWKWebViewEngine">
    <param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />

I don't see the keyboardDidShow, keyboardWillShow or any of those events being fired. My event Listener doesn't report me anything. I am using the example event listener code. Let me know if I am missing anything on the configuration side of it.

Device: Android 8.1, One Plus 5T.

adityak74 commented 5 years ago

I was missing a KeyboardResize configuration, fixed it.