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?