Is there a way to decrease the fadeout time on the iOS splash screen in Ionic 2? It is taking about 2 seconds to fade out on my iPhone 6 plus. I’d rather it be something more like 250ms.
Ionic is bundling cordova-plugin-splashscreen.
See their docs for FadeSplashScreenDuration and SplashScreenDelay parameters you can set in your project’s config.xml.
Yeah, look in config.xml and see lines 15-16 (probably):