Replies: 3 comments 7 replies
-
Can you provide more details and reproduction of the problem you observe? |
Beta Was this translation helpful? Give feedback.
-
I found two possible causes for the flickering.
For 1, I can use |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions