breautek commented on issue #154: Status bar visible after focus into input / StatusBar.hide() not working URL: https://github.com/apache/cordova-plugin-statusbar/issues/154#issuecomment-533287384 I'm not sure why status bar APIs would be changing the navigation bar. That sounds like an unintended side effect to me and probably a bug. `StatusBar.show()/StatusBar.hide()` should only be affecting the status bar, not the navigation bar. Cordova doesn't have any APIs that specifically targets the navigation bar. Although there is probably a third-party plugin available to do this. A quick search led me to [older plugin](https://www.npmjs.com/package/cordova-plugin-navigationbar) but I cannot vouch if it works as it hasn't received an update for the last 4 years.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
