react-infinite
react-infinite copied to clipboard
Scroll Position is changed issue
Hi,
I am integrating this plugin in mobile devices. But I am having an issue when the scroll reaches the end of the page it will be jumped up about 40-100px. So that I never see a few elements that show at the end of the page. (I have though about solution, I may remove an event when the scroll reaches the last row of element. Not sure yet if this is possible.)
This also happens sometimes when scrolling. The scroll position doesn't stay where I expected.
Appreciate your advice. Thanks.
Same issue with that on mobile. When the scroll event over, sometimes the scroll position jumped a little (about 10-20px). Seams like it's a mobile scroll event issue. Any ideal with that?
@dimanchee @apolkingg8 We recently merged some fixes to the arithmetic in 0.4.0. Can you check if this fixes the issue?
Sorry but no luck. At 0.4.0, it's better but still happened when scroll ending(use default setting). The blog post demo have this issue too(but not very often). I'll try other device or simpler data list if it's a performance issue. Thanks anyway :)
I am seeing the same thing, any updates?