ngx-infinite-scroll icon indicating copy to clipboard operation
ngx-infinite-scroll copied to clipboard

Data is only visible after scrolling again on iOS

Open elmartino opened this issue 3 years ago • 0 comments

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!

elmartino avatar May 30 '22 11:05 elmartino