ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
191 stars 177 forks source link

Double bottom padding when Keyboard appears on iOS #136

Closed adamayoung closed 3 years ago

adamayoung commented 4 years ago

When the keyboard appears the web view resizes and the ion-content view adds keyboard-offset. Surely it should be one or the other?

This doesn't seem to be an issue with Android.

I've tried adding the following to config.xml but with no luck.

<preference name="KeyboardResizeMode" value="ionic" />
<preference name="KeyboardResize" value="false" />

IMG_9398303D2D85-1

IMG_2C762AC6785C-1

oscar-gardiazabal commented 3 years ago

You found the reason?