73
Views
2
Comments
Splash Error
Question

Hello, everyone, I'm having a problem with my mobile app

Before my splash screen load, there is a red background color that is unexpected behavior.

Can someone help me fix this error?

2020-09-11 18-53-44
Stacey Levine

Hi,


When posting, providing more information is always helpful in getting answers. What version of the platform are you using? What UI framework and version. If you can post a sample, that will help the most. At the very least, please show the code where you are trying to use the splash screen.

2021-04-09 11-42-43
assif_tiger
 
MVP

joao dos santos andre quissenguele wrote:

Hello, everyone, I'm having a problem with my mobile app

Before my splash screen load, there is a red background color that is unexpected behavior.

Can someone help me fix this error?


Hi,

Are you doing some heavy stuff in onReady or onInitalize Action of Splash?  If yes then do Optimize it !!

Perhaps,

Outsystems Loads further Stuff on the Splash itself. So Initially when the App installed, At the very First time I too observed the app takes some micro/mini seconds at Splash.

If you wish to change color than you refer the CSS Theme. It might be under the body-content:

SyntaxEditor Code Snippet

body,
.content 


You can also have a Custom Splash :

https://success.outsystems.com/Documentation/10/Delivering_Mobile_Apps/Customize_Your_Mobile_App/Use_Custom_Splash_Screens

Hope it helps,

Assif

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