Loading Screen, How?

Can anyone please help me out on how to add a loading screen to my app.

1 Like

You can link to a blank page with a Lottie image that looks like a loading screen. Then use countdown timer to set an action after a few seconds to change screen.

This just ‘imitates’ a loading screen though. I don’t think there is a real loading screen feature that works automatically.

6 Likes

you’re the best. it working good with me.

2 Likes

@theadaloguy Is there a way to use this and have an action based out of 2 variables?
Example:
Collection has fields A and B
If A is empty → Go to page X
If B is empty → Go to page Y
If anything else → Go to page Z

1 Like

Hi Virtcaio,

Yes you can with advanced options on the actions.

Create 1 action for each and put the appropriate condition on it.

Link Page X (if Collection->A is equal to Empty)
etc…

3 Likes

I’m sorry but how do you set an action after few seconds?

1 Like

Use a countdown component from the marketplace:

1 Like

Thank you!

1 Like