-
Notifications
You must be signed in to change notification settings - Fork 7
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 support for playsinline
attribute
#16
Comments
Oh wow, interesting! |
Yeah! Also, this polyfill might be useful as well: https://github.com/bfred-it/iphone-inline-video |
I think I am gonna use that polyfill, looks pretty legit. |
I'm going to apply |
Great! I've seen desktop and mobile Safari throw an error when |
Ok, released as 0.5.0, lemme know how that goes! |
Info: https://webkit.org/blog/6784/new-video-policies-for-ios/
Either explicitly support the
playsinline
attribute as a prop or future proof by setting an attribute object as a config with boolean values, like:attributes="{ playsinline: true, loop: false }"
The text was updated successfully, but these errors were encountered: