element-hq / element-hq/element-x-android
Autoscroll the screen to the TextField with focus
Open
- Dominant language
- Kotlin
- Stars
- 2.4k
- Forks
- 624
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 149
Description
It can happen that on some devices the keyboard hides the TextField which has the focus. In this case the user does not see what they are typing. This has been observed on the password field of the login screen for instance.
We should revisit all the places in the code where this can occurs, and ensure that the TextField is visible when it gets the focus.
Contributor guide
Assessment
This issue has not been assessed yet.