Using Groups as pages (for native and non native apps)

I have an app that uses Groups instead of pages. This to be native ready, but also to speed things up between “page” changes. My groups have repeating groups in them and are longer than the screen height. I there fore have a setup Workflow that is executed before each group switch. This workflow does a:

where Header is on top of the page. This ensures that the user sees the new group as it should be seen. (As described by @romanmg in Native App Scolling Page To Page (Group To Group))

Also, I use these settings for the repeating groups for UX purposes:

This works since my lists are short (circa 10 rows). It makes the user have one scroller - the page, and not two - the page and the repeating group.

6 Likes