We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My statusbar is hidden using cordova-plugin-statusbar and StatusBar.hide().
When I do: window.navigationbar.hideNavigationBar()
The statusbar is shown again.
Of course I can hide the statusbar again, but that means the statusbar is shown quickly and then removed again, which is ugly.
The text was updated successfully, but these errors were encountered:
This is on Android bdw.
Sorry, something went wrong.
No branches or pull requests
My statusbar is hidden using cordova-plugin-statusbar and StatusBar.hide().
When I do:
window.navigationbar.hideNavigationBar()
The statusbar is shown again.
Of course I can hide the statusbar again, but that means the statusbar is shown quickly and then removed again, which is ugly.
The text was updated successfully, but these errors were encountered: