Search code examples
cordovaionic-frameworkcordova-plugins

Splashscreen displaying ionic logo vs my splashscreen on launch


So to my knowledge, i have done everything right, but the ionic logo is still flashing up very briefly on the app launch rather than my splash-screen.

https://i.sstatic.net/2pNEo.jpg

See the link above for a gif on what my app is doing.

Currently i have removed the iOS platform, ran sudo ionic cordova resources generate multiple times and checked all the .xcodeproj file for traces of the original ionic logo, but can't seem to find any anywhere.

If anyone has any knowledge to why the app is doing this, it would be much appriciated.

For parts of the config.xml that matter, see:

<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreenDuration" value="300" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="SplashScreenDelay" value="3000" />

which all came as default when creating the blank template.

My Resources folder file structure is as follows:

Resources Page Image

  • Matt

Solution

  • Found the iOS 11.4 beta seems to be at fault. Tried and tested on the simulator and a co-workers iPhone X and the problem seems to have been resolved. Just not working on my personal iDevice. Will monitor in future beta versions to see if it is a bug.