by Elvis Ferreira Coelho
- Make sure you are running Cordova(PhoneGap) 3.0 ++
- Install using the command:
phonegap local plugin add https://github.com/Krytius/controlStatusBar.git// Show status bar
window.plugins.controlStatusBar.show();
// Hide status bar
window.plugins.controlStatusBar.hide();