You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When prepending data on mobile web in Safari, Chromium, or Firefox I get janky "jump-back" behavior when scrolling up and using maintainVisibleContentPosition. Here is a basic reproduction you can see when scrolling up.
Mobile chrome inspector, desktop web, and native all work as expected.
To reproduce, open the dev server using your mobile web browser and scroll up until you trigger onStartReached. You will see it engage loading at item 1000 then jump back to item 1020.
When prepending data on mobile web in Safari, Chromium, or Firefox I get janky "jump-back" behavior when scrolling up and using maintainVisibleContentPosition. Here is a basic reproduction you can see when scrolling up.
https://github.com/austin43/legend-list-prepend
I have only seen this on mobile web browsers
Mobile chrome inspector, desktop web, and native all work as expected.
To reproduce, open the dev server using your mobile web browser and scroll up until you trigger onStartReached. You will see it engage loading at item 1000 then jump back to item 1020.
ScreenRecording_03-03-2026.12-19-24_1.mp4