Ionic app launch without splash screen & even without blank screen

674 Views Asked by At

I am using Ionic v1. Is there a way to remove splash screen and make the app launch instantly? I don't even want the blank screen that appears in place of splash screen image. App has to be launched immediately.

I've tried setting splash screen to off in config.xml. Removed splash screen plugin, but still, I see 3 seconds of blank screen before the actual app first screen appears.

1

There are 1 best solutions below

1
maxpaj On

It is a known issue with Ionic that it takes quite some time to launch the app. This post has gained a lot of attention on the forums. Mike Hartington from the Ionic team way back wrote:

"So things like boot time, overall performance are all things that are being worked on between ionic2 and angular2. It's something that Angular 2 is focusing a lot on now, so expect to see this improve as NG2 get's closer to a final release form."

Ionic is way past Angular 2 at this point, but I think the issue still persists.