Hello,
I have a chat in my app and i wanted to load small pieces of the conversation instead of loading everything once (for performance reasons)
When the user reaches the top of the content i load more messages, but there is a scroll issue, it automatically scroll at the very top of the page (so the oldest messages) instead of sticking at the actual position of the page.
I tried this workaround but the result is really weird, and the scroll will «jump» at the top and come back at the inital position, which is not nice at all
So i’m just wondering if it was possible to disable the «automatic scroll» applied when you add new items to a list, that would be great !
Thanks,