Mobile only app
Hi all,
I bought the Vertical Video component in the marketplace and I’m running into some issues. I’m trying to use a single video loop as the background for my onboarding flow. Instead of navigating to a new screen (and switching to a new video loop), I want to keep everything on one screen and reveal the next onboarding “block” when the user taps Next.
My setup is: pressing Next updates a value (via a text input / hidden input), and that value is used to make the next block Sometimes Visible (conditional visibility).
However, I’m running into these issues:
-
Text disappears even though it’s on the top layer and the video component is behind it.
-
When I get it working, the onboarding blocks/screens don’t line up properly (alignment/position shifts between steps).
-
The video doesn’t fill the entire screen consistently (different device sizes / aspect ratio).
What I want is for these elements to remain fixed in the exact same position across all onboarding steps:
-
Next button
-
Progress component
-
Skip header - to let the user skip to the starting screen - updates logged in user as SeenOnboarding is true.
-
Background video (single loop that keeps playing)
Do you have a recommended approach in Adalo to keep one continuous background video while revealing onboarding steps, without layering issues, misalignment, or the video not covering the full screen?
One more question: in the Staging Preview, I can’t select different phone models (device frames/sizes). I saw this in Adalo tutorials, but I don’t see the option in my preview. Where can I enable or access the device model selector?