Closed elmartino closed 2 years ago
Your issue may already be reported! Please search on the issue track before creating one.
Event fires only when scrolled to the top.
Event instantly fires when starting to scroll up
Not use flex-direction: column-reverse, but use javascript to sort this out (not fancy)
Update: I managed to fix this by setting infiniteScrollUpDistance to -8 instead of 2
Your issue may already be reported! Please search on the issue track before creating one.
Expected Behavior
Event fires only when scrolled to the top.
Actual Behavior
Event instantly fires when starting to scroll up
Possible Solution
Not use flex-direction: column-reverse, but use javascript to sort this out (not fancy)