I'm using the infinite scroll module to load more data. It's working fine in webbrowsers, but on iOS (using Capacitor) the loaded data dissapears after the scrolledUp() event fires (so i have a blank screen). When i scroll a little bit further the data (and new data) shows up again until the scrolledUp() event fires again.
Hi,
I'm using the infinite scroll module to load more data. It's working fine in webbrowsers, but on iOS (using Capacitor) the loaded data dissapears after the scrolledUp() event fires (so i have a blank screen). When i scroll a little bit further the data (and new data) shows up again until the scrolledUp() event fires again.
Anyone else experienced this?
Thx!