-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Facebook videos not working in Chrome 68 #455
Comments
Does the same problem occur when you mute the player beforehand? This could just be Chrome's new default autoplay policy. See #395. |
Still occurs with mute on our demo page |
I have the same issue with facebook videos but only on mobile (debugger mode). Then I have also the black screen. Could the issue came from FB ? |
See my answer to a similar issue here: #454 (comment) My guess is that Facebook have updated their autoplay logic, possibly hiding the player if it detects that autoplay has been disabled (either by a mobile browser or a recent Chrome)? I have no idea why they would do this but it is out of ReactPlayer's control. |
Hopefully fixes cookpete/react-player#455
Hopefully fixes cookpete/react-player#455
Hopefully fixes cookpete/react-player#455
Hopefully fixes cookpete/react-player#455
Hopefully fixes cookpete/react-player#455
Hopefully fixes cookpete/react-player#455
Repro: Go to https://cookpete.com/react-player/ and select one of the Facebook presets.
Bug: Video is a black screen. Inspecting the
iframe
element shows that something is addingvisibility: hidden
to the inline styles. (Screenshot) Manually removing the rule via JS or the inspector fixes the issue.These issues only appear on Chrome 68; Chrome 67 is unaffected.. All tests were running macOS.
The text was updated successfully, but these errors were encountered: