Unanswered: Fields are jumping on android when the keyboard is raising
Unanswered: Fields are jumping on android when the keyboard is raising
Hello,
On my android application where the keyboard appears, the whole screen is not scrolling up but only the fields are scrolling. This code is working perfectly on iOS and I don't have the same effect : when the keyboard appear the whole screen is scrolling up.
Here is the code :
It isn't as bad on a real phone. And it helps having Auto Correct and Suggestions turned off for the keyboard in the settings (to make things more bearable during testing on the emulator). The fields don't jump on a real phone (at least the one i am testing on, maybe slower phones are different) because when changing fields the keyboard disappears and reappears quicker than that the fields can move down and up. Also, i noticed things got a bit less jumpy after i removed "scroll: vertical" from the panel, it was still scrollable after that.