I am currently developing Ionic2 app. I face a problem that after Splash screen, there is a white screen for 6-7 seconds, before app home screen.
I tried some googli
I’ve solved that issue by setting the correct parameters on config.xml
Then, on my platform.ready() instruction all I do is Splashscreen.hide();