Android: When keyboard is opened. Height is added to ion-content

Hello. When keyboard is opened, I can see that ionic adds height dynamically to ion-content. But since I am hiding certain elements with css (like bottom tabs and footer) when keyboard opens, the height added is wrong, it includes those hidden elements that shouldn’t be taken into account any more.

Only happens on Android


image

This is still an issue for me in the latest build.

Are you using the keyboard plugin ?

With this plugin you can add

cordova.plugins.Keyboard.disableScroll(true);

to your run function. Hope it helps.