Hiding ‘Bottom Navigation Bar’ whilst keyboard is present - Android
问题 I have a small demo chat UI application. This application has a bottom navigation bar. I need the bottom navigation bar to hide when the keyboard appears. Here is an example of the chat UI As you can see when you click in the EditText element, the keyboard appears but the bottom navigation bar stays visible. I have tried methods such as this measurement method, but the UI elements flicker like this. Is there a proper way to hide the bottom navigation bar when the keyboard is visible? EDIT: In