Hello, OutSystems community!
Just wanna ask if there is a navigation/pagination weblock for Mobile? Like the Rich Widgets List Navigation in web. I can't seem to find it and the weblocks under Mobile Patterns > Navigation are different. Or I'm just missing something here?
Thanks!
Hi Louise,
Pagination is a not so frequent pattern in mobile apps. The platform offers, instead, the infinite scroll pattern which is much more frequent in mobile.
João Neves wrote:
A couple of words how to implement infinite scroll, or a reference to a tutorial, will be much appreciated....
The platform comes with a built-in infinite scroll support for mobile apps. Check the Scroll ending event of the List widget. When you create a new action using the properties pane drop-down, Service Studio will create the action for you. It should be pretty straight forward and self-explanatory.