It looks like it is retrieving data when you are scrolling. It gives a pause first but then shows the data while going up or down. Don’t know why. It’s taking time to display the data that are already retrieved. May be someone will come up with a solution.
I see what you mean but I don’t think its retrieving data slowly. It also gets stuck when I’m scrolling back up to the top of the RG. If I gently scroll through it, it doesn’t stick.
So It seems like it has to do with how fast I’m scrolling though it.
Unfortunately no. I reached out to Bubble support and they weren’t much help since they “couldn’t reproduce the issue”. Maybe if we both reach out again they may prioritize finding the issue.
Also finding this. Even if I’m not scrolling at a particularly fast speed I’m getting empty data tiles at the bottom of the RG. If you find a solution or get feedback from the support team, please share.
Anyone find a solution to this? Having the same issue. If I show all the records in the repeating group and use page scrolling, the scrolling is almost seamless but if I try to restrict the size of the repeating group to the page and use the scrolling in the repeating group it is jittery, slow and get’s stuck.
I have found a solution for my case. In my situation, I was displaying a reusable element within a page. The reusable element was the one that contained the repeating group. When scrolling on the page, the scroll would get stuck at the beginning and then get unstuck on its own. To resolve this, I set the height property to 0px on the index page where the reusable element is located.
The problem was that the main page was on a layer above the reusable element.