-
Notifications
You must be signed in to change notification settings - Fork 25
fix: add big pause button for mobile browsers #915
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
Conversation
✅ Deploy Preview for cld-vp-esm-pages ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for cld-video-player ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
tsi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!!!
Please see my comment about the resizable icons - I think our best option would be to use the control-bar icons instead of these CSS shapes.
Don't get e wrong - I love playing with CSS shapes but there's no real reason for it here.
tsi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!! 🚀
The following PR fix the touch event for mobile devices
Now the the player will pause/play when the player layer is tocuhed on mobile browser, same as it work on the web browser
(This time done in component and not plugin)