Sam Hu

Results 3 comments of Sam Hu

This is what I did to fix the issue In `onCreate` in `MainActivity.java` ``` // Set app to fullscreen and the top status bar to transparent so the webview can...

Same situation here. Would appreciate any workarounds

Looking for a solution to this as well, in the meantime I found a workaround. Capacitor is compatible with Cordova plugins. I installed https://github.com/cjpearson/cordova-plugin-keyboard and uninstalled `@capacitor/keyboard`, then put this...