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
This is a very handy plugin but i experiencing some trouble when using it. It keeps adding a scrollable space of 20px at the bottom of the screen.
This is what i did: $phonegap create StatusbarTest $phonegap plugin add https://github.com/phonegap-build/StatusBarPlugin.git $phonegap build ios
The result:
if i inspect the html with safari and checking for window.innerHeight it returns the height of 460px ((960/2)-20 i guess) which seems correct.
I am running phonegap -v 3.5.0-0.20.10
otherwise this plugin is the best solution for the ios7 statusbar problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a very handy plugin but i experiencing some trouble when using it. It keeps adding a scrollable space of 20px at the bottom of the screen.
This is what i did:
$phonegap create StatusbarTest
$phonegap plugin add https://github.com/phonegap-build/StatusBarPlugin.git
$phonegap build ios
The result:
if i inspect the html with safari and checking for window.innerHeight it returns the height of 460px ((960/2)-20 i guess) which seems correct.
I am running phonegap -v 3.5.0-0.20.10
otherwise this plugin is the best solution for the ios7 statusbar problem.
The text was updated successfully, but these errors were encountered: