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
Labels
Type: Enhancement
Not a feature, but will improve the product in one way or another.
Milestone
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
The text was updated successfully, but these errors were encountered: