https://github.com/apache/cordova-plugin-statusbar says to use StatusBar.hide(); to hide the statusbar, but I don't see any documentation about where it goes other than "after the deviceready event", which doesn't explain which file it should go to? index.js??
I've added the plugin and followed all the steps up to this -- adding a simple code snippet to a mystery file somewhere within the project (or program files??) :\
If anyone knows more about this I would really appreciate the help. Was looking around all day trying to get this working.