hi,
i want to remove my android status bar in Android ionic app.
how to do this.
Add status bar plugin
cordova plugin add cordova-plugin-statusbar
and then call StatusBar.hide(); functon in the start up setup
hi,
i want to remove my android status bar in Android ionic app.
how to do this.
Add status bar plugin
cordova plugin add cordova-plugin-statusbar
and then call StatusBar.hide(); functon in the start up setup