Replies: 2 comments 2 replies
-
The question, I think, is how can I virtualize videos if I don’t know their actual height. The height changes after the video loads, and remeasuring doesn’t help because it still causes jumping. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@piecyk, thank you for responding 🙂 When I scroll down, everything works fine. But when I scroll up, the video items appear and it starts jumping. I'm using the latest version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have items coming from the backend. Each item can contain many things such as text, images, and videos. Everything works correctly except when an item has a video. I can scroll down the list without any problem, but when I try to scroll up, my scroll jumps and gets stuck at the same place.
I think this happens because the video initially isn't loaded, and then when the video loads, the size of the item changes.
Does anyone have any ideas on how to fix this? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions