forked from guillaumervls/react-infinite-scroll
-
Notifications
You must be signed in to change notification settings - Fork 512
Open

Description
Hello, I have a problem with Chrome and Safari (not with Firefox) : when I scroll, even if I did not reach the threshold yet (250px), the loadMore func is called in Chrome and Safari. In Firefox everything is fine, meaning it's once I have scrolled to the bottom of the parent container that the loadMore func is called.
The parent container has a defined height (I tried in %, vh, px, nothing changes).
I'm not using windowScroll.
Any idea ?
Thanks.
[EDIT]: this PR seems to solve the problem: https://github.com/CassetteRocks/react-infinite-scroller/pull/84
Abolfazl2647
Metadata
Metadata
Assignees
Labels
No labels