Keyboard weird animation android

Hello,

I have a weird animation when keyboard is showing.
It is like he is taking two steps to show. On input focus he will first move the content up and then the keyboard will show up and then the content will go up again.
Same thing when he is going down. The keyboard goes down with the content, then the content will move one more time down.

I hope it is understandable. Does someone else has this issue ?

Thx

Hi guys,

I found my silly issue…
In case someone meet this one, it’s because all the height of my class were in %. So when the keyboard appear it adds margin-bottom to the page, which reduce the height of the page, so it will change the layout of the component.

Voilà,