-
Notifications
You must be signed in to change notification settings - Fork 26
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
Play Control Button is focused on click of Big Play Button #185
Comments
FYI @mister-ben |
Maybe the focus issue can be fixed in |
I created discussion videojs/video.js#8954 |
The stackblitz doesn't run, but the video shows Video.js's normal behaviour. Why do you thunk that is an issue? The keyboard focus doesn't change how the touch overlay works. |
Did you wait until "Ready" log? Next you can reload the stackblitz inner page.
With the click event (desktop), the Play Control isn't focused. In mobile, that focus is confusing and I want to remove it like in the desktop one. |
Description
As default Video.js displays Big Play (
vjs-big-play-button
CSS class).When
vjs-big-play-button
is clicked, thevjs-play-control
is focused:2025-01-07.011304.mp4
Solutions
vjs-big-play-button
and show a similar Mobile Big Play Button component.video.js
:Repro
https://stackblitz.com/edit/vercel-next-js-dykavrxx
The text was updated successfully, but these errors were encountered: