You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately it looks like none of the functions like onKeyboardDidShow or onKeyboardDidHide are ever called on Android. The messenger appears but as soon as i tap into it the keyboard is shown but the functions are not called. (And the keyboard overlays the input but i think thats a different issue.)
iOS works like expected.
Is there anything wrong with my code or are there any known conflicts with other plugins like cordova-plugin-statusbar or something like that?
Needles to say that i would be happy to pay for this amazing piece of work as soon as it actually works in my environment.
Thanks,
Dennis
The text was updated successfully, but these errors were encountered:
Hi Eddy,
i try to use this plugin in an Ionic 2 App.
Installed it with
$ ionic cordova plugin add cordova-plugin-native-keyboard $ npm install --save @ionic-native/native-keyboard
as described here.
https://ionicframework.com/docs/native/native-keyboard/
added
providers: [NativeKeyboard]
to app.module.ts
and this is how my code looks like:
Unfortunately it looks like none of the functions like onKeyboardDidShow or onKeyboardDidHide are ever called on Android. The messenger appears but as soon as i tap into it the keyboard is shown but the functions are not called. (And the keyboard overlays the input but i think thats a different issue.)
iOS works like expected.
Is there anything wrong with my code or are there any known conflicts with other plugins like cordova-plugin-statusbar or something like that?
Needles to say that i would be happy to pay for this amazing piece of work as soon as it actually works in my environment.
Thanks,
Dennis
The text was updated successfully, but these errors were encountered: