$ cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git
Then once device is ready
StatusBar.hide();
if (typeof AndroidFullScreen !== 'undefined') { // Fullscreen plugin exists ?
function errorFunction(error) { console.error(error); }
AndroidFullScreen.isSupported(AndroidFullScreen.immersiveMode, errorFunction);
}
Then once device is ready