How to close onscreen nav buttons forcefully?

onscreen nav buttons (back, home and overview) automatically opens with keyboard but doesn’t close as the keyboard closes on android devices.

  1. Initially when the keyboard is close.
  2. When the keyboard opens.
  3. When I close the keyboard. Nav bar still remains open.
  4. Even after submitting the form and redirecting to next page, the nav bar remains open.

My question here is how it is hidden in the first place. I would expect it to always be visible… That being said, https://github.com/cranberrygame/cordova-plugin-navigationbar might help.

Thank you so much. This plugin worked.

1 Like