Always on controls for default layout #1294
Unanswered
sukantatoptal
asked this question in
Q&A
Replies: 1 comment
-
You can pause the controls idle tracking. player.controls.pause();
// or
const remote = useMediaRemote();
remote.pauseControls(); Depends a bit on your setup, are you using React or Web Components? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using vid stack player with default layout. Also same video view for both audio and video files. I have a requirement to always show controls but i am not able to figure out if its possible.
After trying to set the control delay to a large number, it still disappears when I click on the video in mobile view. Does anyone know how to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions