Hello everyone - quick question about removing the status bar with cellular info/time/misc. in an ionic app.
My understanding is that there are two ways to remove the bar for those who don’t want it.
1: edit config.xml to specify that you don’t want the status bar on iOS/android
2: remove Cordova plugin statusbar from package.json entirely
Is there any real difference between the two with respect to speed/CPU usage on device? Is there any benefit to using option 1 over option 2?