White space above keyboard

Hi,

I am building a login screen for my app, but running into problems when i switch between username and password inputs.

As you can see from the screen shots, after entering the username input and changing to the password the keyboard seems to push the content up further and creating white space.

image

Has anyone experienced this before and can help?

Cheers

This has been an issue for awhile, but never seems to get answered. There’s a bug in the way ionic handles the keyboard plugin. It doesn’t resize the ion-content correctly when changing through different input types.

After long nightmares, in version 1.3.1, adding overflow-scroll=“false” to elements fixed almost all my problems.