There's a bug in my chat function part of my app that have persisted for quite a while, I've tried reaching out to support for help, but their suggestions didn't do the trick either.
So the problem occurs whenever I try to scroll down on the chat page, it simply jitters in place when I scroll slow. However, making a rapid swipe down can get me to the bottom, but "slow scrolling" is not possible. Please see the video for clarification on this.
It seems to be ListView that is causing this error as I can see it is the problem for others here.
Picture 1 and 2 displays what query the ListView makes (a chat_messages document) and passes on to the chatMessages component that displays the actual conversation.
Picture 3 shows an overview of the chat component.
I am happy to provide more details if needed! :)
Thanks!