-
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
How to remove the click event, but remain the fullscreen event #7123
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Unfortunately, we don't have an option for that right now. Though, I think we've gotten a few requests for this, so, maybe an option for this makes sense. We have Lines 1921 to 1925 in 0cc8684
handleTechDoubleClick_ right now here Lines 1950 to 1977 in 0cc8684
|
Following |
…ed (videojs#7495) Pass `false` as `userAction.click` to disable the default click-to-play behavior. Alternatively, pass in a function, to enable custom behavior. Fixes videojs#7123.
Description
if i cancel the pointer-event in css, the all controls will be removed. but i want to use the fullscreen button.
which means i only need to use the fullscreen button, how can i do it? help
The text was updated successfully, but these errors were encountered: