-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Broken autoplay #3188
Comments
I have noticed the same issue with:
|
Given that the |
Yeah, the delete could definitely be removed. You'd want to check Safari first before removing the whole block. And probably not just the latest Safari but whatever versions are in use, because removing it could immediately break playback for people. If it works now though it'd be great to get rid of all that. |
I'm just talking about removing just Line 754 in 3070e73
|
But the addition of |
Sorry - there are two issues: Maybe the best fix for now: Could you add a |
I seem to be having the same issue, the only way I get the video to auto-play in chrome 50 is to add src manually into my video tag. Also removing this.src() from the IF statement will fix my issue. |
PR for this was merged. See #3337. |
@gkatsev |
Hello,
The pull request (#2971) broke the autoplay (at least on my computer - FF on Ubuntu). I don't know why - "this.src()" returns an empty string (maybe a race condition?).
The down below patch fixes this issue (and #2825).
Thanks a lot
Markus
The text was updated successfully, but these errors were encountered: