-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When autoplaying videos, don't autoplay until they are in view #4528
Comments
Further, pause them when they have been scrolled out of view so that they can continue playing when you scroll them back into view. |
Updated original post for the bounty :) |
Is this still up to date? |
yes, though the bounty image is broken and tbh I don't plan on fixing that. |
I'm currently working on it. I hope I will soon be able to create a pull request. This issue should be moved to matrix-react-sdk. Shouldn't it? |
react-sdk doesn't have issues enabled so no |
I created following commit. Even though it fixes the bug, it's a very ugly workaround and I will come up with a better solution in a short period of time. |
Description
Videos that are out of view but still in the loaded timeline should only autoplay once they are visible by the user, not right away. You will need the autoplay option enabled to reproduce this.
Log: not sent
Version information
The text was updated successfully, but these errors were encountered: