-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Better documentation #1087
Comments
I think the docs have greatly improved from where they were a while ago. |
I'm going to close this one, but I would still very much like to hear how we could have improved things for you @pculka. I would think that the player API docs would be one of the first places you would look for a function like this, but we obviously didn't do a good job funneling you there through the guides and such. What would have helped? At the end of the day, great documentation is hard. :) Thank you for the help! When you see things that could be improved, don't hesitate to submit a PR. |
Hi, thanks! video.on("event", function(callback){}) - worked like a charm @mmcc: For example I search now how can I bind MORE events in one line - and there is NO EXAMPLE or anything at least hinting HOW to do. So I serialized 3x .on statements with the same three blocks. That's like a "WTF" solution (works though). |
Please. Make the documentation readable and more comprehensible. I try to find how to check if the video is playing or not for 1 Hour.
The only thing you state in the docs is, that it adheres to HTML5 API standard.
How do I acces the MediaControllerPlaybackState enum then??
The text was updated successfully, but these errors were encountered: