gluonhq / attach

GNU General Public License v3.0
50 stars 26 forks source link

Adjust keyboard on Android and iOS #293

Closed jperedadnr closed 2 years ago

jperedadnr commented 2 years ago

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).