Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

No proper native way of hiding the soft input keyboard. #197

Open
tabeckers opened this issue Mar 9, 2021 · 0 comments
Open

No proper native way of hiding the soft input keyboard. #197

tabeckers opened this issue Mar 9, 2021 · 0 comments
Labels
Type: Enhancement Not a feature, but will improve the product in one way or another.
Milestone

Comments

@tabeckers
Copy link
Contributor

The Android docs specify that we* shouldn't hide the keyboard programmatically once it's visible as the OS handles this by itself. In some cases however (login & registration) the keyboard does't disappear. To fix this we have to ignore said advice.

https://developer.android.com/training/keyboard-input/visibility

This article was used as a reference for a solution.

https://rmirabelle.medium.com/close-hide-the-soft-keyboard-in-android-db1da22b09d2

@tabeckers tabeckers added the Type: Enhancement Not a feature, but will improve the product in one way or another. label Mar 9, 2021
@tabeckers tabeckers added this to the Backlog milestone Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Enhancement Not a feature, but will improve the product in one way or another.
Projects
None yet
Development

No branches or pull requests

1 participant