Literal splash screens are set in the project config on iOS, and is not possible (!) on Android (really, check out any of the native apps, and they all just display a blank page while initializing).
The fastest way to get something on the screen as early as possible would be to just put a
3.- when thoes actions are finished hide the first panel
The problem i am facing is call the actions on the start the first panel is not shown till those actions are finished (so adding this time to the real splash screen)
P.s: those actions include adding items to an observable list (so it affects ux)
If you go with the suggestion from Anders, and just set ready to true when your actions are done, shouldn’t that solve what you’re trying to do? If not, can you please go into a bit more details about the problem?