I have an app with Ionic 3 and in your app.component.ts, i using the Statusbar ionic plugin to hide that, but, this occurs only after platform ready is fired.
How do i hide that during splashscreen? I tried:
– Not hide during splashscreen, only after this hide – Not change background color during splashscreen
Solutions?
Android
It seems that there is not elegant way to hide statusbar on app launch. But there is an way to do that.
platforms/android/src/io/ionic/starter
)import android.view.WindowManager;
IOS
I can only test Android device. So, I just leave the link which may solve your issue