Keyboard plugin replacement in non-cordova apps

Hey,

I’m currently moving some parts of our app to an Ionic app. So I’m not using cordova and hence cannot make use of the keyboard plugin. I now do see some issues when people cannot input text in input fields in our Android app that uses a normal WebView to display the app. Everything else works just fine.

I’ve already fooled around with the “android:windowSoftInputMode” setting but that didn’t help, no matter what mode I set it to. Is there anything I can do to mimic the keyboard plugin behavior in a native Android app?

I also see the same (but way more serious) problems when using the webapp on a BlackBerry 10 OS browser directly with no app wrapper around it.

Thanks,

Thorben