Bug in @capacitor/keyboard?

there is empty space between the keyboard and the input boxes. How can i remove it?

i have installed @capacitor/keyboard in my App:

{
“appId”: “com.MyAPP.app”,
“appName”: “MyApp”,
“webDir”: “dist”,
“plugins”: {
“Keyboard”: {
“resize”: “body”,
“resizeOnFullScreen”: true
}
}
}

i am using this version: “@capacitor/keyboard”: “^7.0.1”, on Pixel 8 Android 15


Encountered the same issue :frowning:

I also reproduced it, I have no idea how to fix that, I used the same version, but I first reproduced without @capacitor/keyboard plugin, not sure it’s related to that plugin, maybe it’s core issue

Looks like there is an open issue here - Keyboard plugin inaccurately resizing the webview on Android API 35 · Issue #2371 · ionic-team/capacitor-plugins · GitHub

2 Likes

Thanks for the link :folded_hands: