Replies: 7 comments 13 replies
|
Can you provide more details and reproduction of the problem you observe? |
|
I found two possible causes for the flickering.
For 1, I can use |
|
I'm wondering if any other developers have had this issue and would want to tackle it together. This specifically comes up in WkWebView. In my item content, I've eliminated all the margin that is vertical, make sure that item sizes do not change once content has finished loaded and ensured. I'm working with video along with a video player that uses progressive downloading which might be an issue. It seems the creator is busy with supporting sponsors and I'm simply financially unable able to make that commitment now I'm using React 18+ Here is my code: nothing really specially going on other than I use pagination to retrieve more items because every item is pretty expensive to render. I've also set increaseViewportBy top to 1440 and bottom to 360. After reading the docs about 100 times, I'm still unsure what the difference is between increaseViewportBy and overscan
Anyways, that's it for me! Wondering if anyone else has had any issues? |
|
Having Same issue of Reverse Scrolling Flickering/Jumping with Dynamic Height items still on latest version 4.12.3. Any Solution?? |
|
I encountered a similar issue that the list bouncing when scrolling up. I am using Virtuoso to implement a chat list, where each item contains either an image or text. To test this, I used a random image from In every examples on Virtuoso’s homepage (https://virtuoso.dev/) I placed this code or random length text next to the Upon checking, I found that when there was only text, bouncing didn’t occur even if the item's height was over 600px. However, when an image was present bouncing did occur. As a result, I added a blank lines with the same height as the image for the items that contained an image in the chat list. After doing that, the bouncing no longer occurred. It might not be the perfect solution, but I hope this little hack helps others. |
|
This thread should have a link to here since it's pretty useful: It talks about the It basically disables the change that was done in 4.7.6 which could produce some console errors, but makes flicker much less. |
|
Almost same issue here. what happens to mine is similar to this example. there is no |
Uh oh!
There was an error while loading. Please reload this page.
Hi, first of all, great library! Everything works perfectly except for one issue: when I scroll up, the list starts flickering/jumping. I have tried increaseViewportBy, overscan, and itemSize/measureElement, but the flickering is still there. Has anyone dealt with the same issue, and is there a workaround or anything that might help? Thanks!
All reactions