问题
I've just reconfigured my iOS Cordova splashscreen to Launch Storyboard in order to support iPhone X. This works, but now I have a white flash between the launch storyboard and the first screen of the app. I assume this is because the splashscreen is hidden before the viewport has fully loaded. Also my configurations not to automatically hide my splashscreen or to display it for 2 minutes are completely ignored. Why is this happening?
preference name="SplashScreen" value="splash" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="SplashScreenDelay" value="20000" />
<preference name="FadeSplashScreenDuration" value="300" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="SplashMaintainAspectRatio" value="false" />
来源:https://stackoverflow.com/questions/50951069/cordova-ios-splashscreen-configurations-ignored