In Android, TextInputControls (TextField and TextArea) are responsible for showing and hiding software keyboard. Currently, a focus listener is attached to these controls and is used to toggle the visibility of keyboard. This condition fails in cases where the control already has focus but the keyboard is not visible.
Ideally, the keyboard should be shown again when the user taps on the TextInputControl.
Ideally, the keyboard should be shown again when the user taps on the TextInputControl.
- relates to
-
JDK-8248349 [Android] Hide keyboard when user taps outside a TextInputControl
- Open