How can I preserve a user’s scroll position in a repeating group, so that new items added by other users, or deleted items that should appear above the current scroll position, don’t affect the user’s scrolling?
For example, in a feed with posts sorted by descending order of creation date, if a user is scrolling through and someone adds a new post, the scrolling position of the user will be affected by the height of the new item. This results in a sudden adjustment of the user’s experience.
Thanks in advance.