changing orientation on a device with focused textfield
If I have a selected text field that is below the keyboard, the app will slide up with the keyboard. If i rotate the device with that textfield still selected, the app slides up even further and unselecting the keyboard will not place the app back to its zero position.
Is this an unknown bug?
I have tried a few workarounds with no success
One being to, on an orientation change event, to lose the focus, wait a second then refocus. But setting stage.focus to null doesn't close the keyboard while rotating unfortunately