Onboarding - Splash Screens

Hi, I’d need to create Onboarding screens to

  1. Introduce what is the app for
  2. Registration completion for users

I’m currently working on a New Tab where only logged in users that haven’t compleated the onboarding can see the tab.

I’ve created 4 screens
Screen 1 + next button with action go to detail screen
Screen 2 + next button with action go to detail screen
Screen 3 + next button with action go to detail screen
Screen 4 + next button with custom action to complete onboarding column glod with timestamp and go to homepage.

I’ve edited this screen a million times and each time I go back to test it the Glide only keeps the fist and last screen

please help!

Sounds like if you’re using a go to details screen on the same item then the layout will change as you have experienced. There can only be one layout attached to a details screen of a row.

Try using go to new screen instead, and make sure you filter the tab the right way. Let us know more about your setup if possible.

2 Likes

What @ThinhDinh said :point_up: …this is what I do as well.

Alternative could be using multiple tabs with Tab visibility conditions…not as flexible though.

2 Likes

I actually prefer the second option you mentioned, keeps the screens let’s crowded :grin:

2 Likes