-
-
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
add 'playsinline' attribute (alongside existing 'webkit-playsinline') #148
Comments
I added In the meantime, you can already add <ReactPlayer fileConfig={{ attributes: { playsinline: true }}} /> |
This didn't work for me using... <ReactPlayer As a test, if I go right into "lib/players/FilePlayer.js" and add Update: If I add muted as an attribute that works. However neither show up when I inspect the element (in chrome). |
Sorry @elverskog, it turns out that
|
it might be too late but with camel case, it works well. |
You saved my life |
You saved my life x2 |
Is there any particular reason why only
webkit-playsinline
in set and notplaysinline
as well?The text was updated successfully, but these errors were encountered: