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.
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.