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.