Launch Image appears after content is already on screen

I’ve added launch images (as detailed here) to my project. There is very little that needs to be loaded in my application, so it’s ready almost immediately. When running on an Android device, the application’s content will appear on screen very quickly, then the launch image will appear and fade away, all in under a second. I’ve tried using a transparent launch image, but that just causes the screen to pop to black and then fade back to the application’s content.

This does not occur on iOS devices, just on Android. My solution right now is to remove the launch images from the code folder when building for Android, but this seems like it’s not ideal. Is there a better way to get rid of this very jarring effect?

Hi @corona026,

It’s probably not ideal, but could you just start the app after a 1-second timer delay?

Brent

That seems like a worse scenario, in that it affects the end-user. I’d rather suffer myself. :smiley:

Hi @corona026,

It’s probably not ideal, but could you just start the app after a 1-second timer delay?

Brent

That seems like a worse scenario, in that it affects the end-user. I’d rather suffer myself. :smiley: