eclipsesource / eclipsesource/tabris
Focus Lost event when keyboard vanishes
Open
android
bug
- Dominant language
- Java
- Stars
- 56
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
I create a Text widget. I add a FocusListener to that Text widget.
When I tap the Text widget, the keyboard comes up.
When I send the keyboard away, Android and iOS behaves differently:
Unter iOS I get a focusLost event.
Under Android I do not get a focusLost event.
Expected: I expect the same SWT events for similar operations on both OS.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.