canado 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-533282563 You are right, I managed to fix the issue on the "navigation bar" by doing this if (window.StatusBar){ window.StatusBar.show(); setTimeout(function(){ window.StatusBar.hide(); },5); } when I bring up the status bar and hide it again, it makes the navigation bar disappear. If you know any other solution to remove the navigation bar, let me know. Also sorry for the misunderstanding
---------------------------------------------------------------- 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]
