Splash Screen instead of White

How can I continue to show a splash screen while my app is loading resources?

Currently, the splash screen flashes, and then the view= shows white for about .5-1 seconds (or longer on slower devices), and I’d prefer if it continued to show the splash screen.

I believe I’m seeing the same thing. I believe that in beta 13 and previous that markup for the initial view was shown whilst Ionic initiated. With rc0 that content is not displayed for a while.

I have resolved this by adding a height style to a wrapper div inside the start page like this height: 4000px;
As an extra note I am manually bootstrapping the app too.

I will try to put together a codepen or something to demonstrate.

I actually figured this one out. Just downloaded org.apache.cordova.splashscreen