parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

jumpy behaviour when scrolling to older messages #107

Open nlamah opened 4 months ago

nlamah commented 4 months ago

Describe the bug When the example app is built, and a lot of messages are added, and as a user you scroll to older messages, when you see the side scroll bar almost reaches the top the feed of the messages jump to other messages. Probably at that time a new batch of older messages is loaded and put on top of the tableView, which causes the jumpy behaviour.

To Reproduce

Video

https://github.com/parley-messaging/ios-library/assets/2762698/d59de3cb-25e2-4e4f-a236-cb16d8683e81

alexkok commented 4 months ago

Thanks for reporting. This improved much with 4.1.2 🚀 (Fixing #91)

There could still be a small known jump sometimes. However, the user now remains at the same place in the chat, it won't jump as much anymore like shown in the video in this issue.