-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Better YouTube handling #465
Comments
Maybe this is better suited here instead of opening a new issue. Let me know what you think, @jocmp. If you scroll through an article, then YouTube videos get already played (or paused) while you scroll over them. Here's an example with a random article: Screenrecorder-2024-12-18-17-38-21-998.online-video-cutter.com.mp4This can be quite irritating and in my opinion the playback should be harder to trigger, with a tap instead of on scrolling. Also, thanks a lot for this great app! 🙏 |
Hey @scharmach thanks for reporting. I was able to reproduce this. It looks like any touch event (including a swipe) will autoplay YouTube. It's possible to avoid if you swipe around the video, but it's not easy. I'll see if I can modify this so that it's not so easy to start the video. |
I'm working on a custom overlay that should prevent YouTube's touchy behavior. On click the video will start as expected. Here's a sneak peek! Screen_recording_20241219_231002.mp4 |
This is available as of 2024.12.1085-dev. |
The text was updated successfully, but these errors were encountered: