Hi all,
Complete newbie here, but could anyone advise if there are scroll event listeners??
In should I want to implement a lazy load feature to my app, so when you scroll to the bottom of a list of items it automatically pulls the next x-amount into the list. Instead of loading everything at app initialise.
Following up on this query. I’m using the data viewer component and I’m looking for a means of implementing a lazy load feature on the component so that when the user scrolls to the bottom of a list it automatically pulls the next set of data.
Is there any listeners on the component so I can trigger an event?
Nuts!
Does anyone know of a work around?
Currently trying something with data viewer computed height, but early days and seems inconsistent across web view and android.