Ionic 3 ios content is shrinked on keyboard opening

Hi,

I am trying to avoid my page to “shrink” when the keyboard is opened but I can’t find a way to do it.

On Android, I am adding a margin which push all of the ion-content up but on iOS I don’t know how to get a similar functioning to work.

IMG_0429 IMG_0428

I am not very good at html/css, I tried adding an overflow : hidden, a noScroll without any success.

Have you tried to set :

<preference name=“Fullscreen” value=“true” />