'How to hide NavigationBar after keyboard closing. Android 6.0.1. Flutter
We made a fullscreen application and it works correctly but when we focus on the TextField widget (open keyboard) and then close it, NavigationBar doesn't hide.
Android version 6.0.1.
We tried:
- Keyboard visibility packages (all).
- Restarted (every time) the app after keyboard calls.
- Called methods of different fullscreen packages.
- Changed AndroidManifest:
- android:windowSoftInputMode
- android:theme
*We can't update the Android version.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
