Stop pushing the page to top of the screen when opens the keyboard

Hello,
If you are using ionic 4+
for ios:
add

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

in your config.xml

for android:
here

Hope it will help.

1 Like