Challenges with Implementing Infinite Scrolling in Mendix Native App
0
Hello, I'm developing a Mendix Native App and have encountered a challenge with handling API data in lists. I use a nanoflow to call an API and display data in a non-persistent list, retrieving 10 or 20 items at a time. I want to load additional items when the user scrolls to the bottom of the list, but I'm unsure which event to use for triggering another API call. Is there a specific event that can handle additional data loading when reaching the end of a list in a native app? Can a non-persistent entity list be utilized in other nanoflows? I considered using a button to load more items by calling a nanoflow; however, previously received items do not persist. Is there a flaw in this approach? Any insights on how to implement this functionality or improve my current method would be greatly appreciated!