orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.23k stars 224 forks source link

Data is only visible after scrolling again on iOS #403

Closed elmartino closed 1 month ago

elmartino commented 2 years ago

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!