127
Views
6
Comments
Blank screen before custom splash screen
Question
Application Type
Mobile

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 . 


2023-10-26 15-12-53
Mohammed Rizwan
UserImage.jpg
Sunku Sai Purnima

As mentioned this approach would not allow animations in the splash screen and also its increasing the size of the app.

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Hi,

Can you check this post.


Regards,

Wasimkhan S

UserImage.jpg
Sunku Sai Purnima

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.. 


2024-08-06 10-59-04
Aj..

Hi,

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.

Regards,

Aj

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.