By reducing the transition time to move the JavaFX node once the keyboard height changes, the values are more accurate.
On Android we have to wait until the transition has finished to get the keyboard height, which now is measured against the new screen y value (retrieved after any orientation change).
This PR fixes #291
By reducing the transition time to move the JavaFX node once the keyboard height changes, the values are more accurate.
On Android we have to wait until the transition has finished to get the keyboard height, which now is measured against the new screen y value (retrieved after any orientation change).