We are using a custom splash screen with some animation in our mobile application as expected we are getting a blank screen before the splash screen.
Is there any way to avoid that blank screen? With the approach mentioned in the documentation , we need to use png images for splash screens.. but png images for different resolutions of mobile is increasing the size of the app and moreover we cannot have any animations in the splash screen that would impact our UI.
Appreciate any alternate approach to fix this issue .
Hi, @Sunku Sai Purnima
Try to go with the below article it will help you.
https://www.outsystems.com/blog/posts/make_outsystems_apps_stand_out_splash_screen_customization/
Regards,
Rizwan
As mentioned this approach would not allow animations in the splash screen and also its increasing the size of the app.
Hi,
Can you check this post.
Wasimkhan S
As per the above post , i need to change the android native files.. how to achieve this outsystems.. pls..
Also post is very old one .. and does not give option for ios..
The initial blank appears to run OnApplicationReady. Try to remove all the server calls from OnApplicationReady and add a background color in extensibility configuration, which matches with your splash screen background. This is the only way we can hide the blank screen.
Hope this helps.
Aj