-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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
Support for media events #2090
Comments
Related: #1474 |
@syranide I haven't had any issues so far, I'm working on http://wearefractal.com/hymn/ for reference |
@contra If it or its (parents too!) siblings move/reorder the audio/video will stop playing, if that isn't a problem for you then great. :) |
I think we support all these now. https://facebook.github.io/react/docs/events.html#media-events |
@jimfb I've waited a long time (issue open since 2014) to say this: thank you for adding support for video and audio tags. |
Currently no media events are supported, which makes working with audio or video tags in react a pain in the ass
There are also still many missing attributes for audio and video tags. I find it strange that these tags are completely unsupported - they should probably be removed from the list in the documentation to reduce confusion until they are properly supported.
The text was updated successfully, but these errors were encountered: