Activity resizes while showing keyboard

Hi!

We are experimenting a keyboard issue with our ionic app. The activity which contains the webview resizes itself when we touch any input and the keyboard shows up. We’ve installed ionic keyboard plugin, set android:windowSoftInputMode to each value this page says, change viewport, and nothing has changed at all.

We’re testing this in Android Lollipop, and we put this code inside our ionicReady function

cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
cordova.plugins.Keyboard.disableScroll(true);

Our viewport value is set to:

initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height

but we also tried with:

initial-scale=1, user-scalable=no

Has anyone experienced this issue too?

I attach a gif where you can see how it looks like

Exact same issue. Can’t find a resolution.

https://www.dropbox.com/s/wonh4jio91bkorl/File%20Mar%2015%2C%205%2035%2019%20PM.mov?dl=0