Full screen layers on mobile

What’s the best way to implement full screen layers on mobile?
e.g. I have a base layer which is a list. When user drills down by clicking on an item, a new layer is overlaid on top.

  • My base layer is a list, but I can’t use a Vertical List view, as it only allows adding of floating groups, not groups
  • So I guess my best option is a Scrollable view?
  • But when I overlay using groups (or floating groups), I can only use “Show element” not “Animate element” because the animation seems buggy (nothing appears)
  • Sheets are nice but they’re not full screen

I’m still trying to make sense of the mobile view types :sweat_smile:

Sheets can be full screen - you just need to adjust the default snap point to 100%

you could also use a modal for this. To open a view as a modal, you use the go to view action and open the target view as a modal, rather than stack

1 Like

Thanks! I’ll try this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.