roeierez / infinite-list

Infinite list in javascript that scrolls in 60fps
623 stars 45 forks source link

LoadMore element not showing with native scrolling #16

Open dsbl411 opened 7 years ago

dsbl411 commented 7 years ago

Hi Roei,

First of all, thank you very much for your really powerful library. It definitely makes a huge difference for large datasets. 👍

I've started to play with your native-scroller branch on desktop browsers and it works great.

The issue I found so far is that the LoadMore element sometimes doesn't appear. It seems that the loadMoreRenderer callback is called all the time though.

Below is a capture of your paging example with native scrolling enabled that illustrate this: loadmoreissue

I was able to reproduce this issue on a Windows 10 machine with:

The issue appears whether you scroll to the bottom using the mouse wheel or the scrollbar.

Please let me know if you need any further information.

Thanks. 🙂

dsbl411 commented 7 years ago

To add more, I've just noticed with Edge that some elements are sometimes not visible when the issue occurs. loadmoreedge

Thanks. 🙂