I'm using a video.js player as a custom component that I'm showing in the lightbox.
Everything works fine except for using the volume slider and seek bar in Video.js.
Seems like I can click but any mouse movement with the left button down (like drag) are not working.
As soon as I remove pointerdownlistener from source-main-wrapper everything starts to work normally.
Any fix for this?
Hi,
I'm using a video.js player as a custom component that I'm showing in the lightbox. Everything works fine except for using the volume slider and seek bar in Video.js. Seems like I can click but any mouse movement with the left button down (like drag) are not working. As soon as I remove
pointerdown
listener fromsource-main-wrapper
everything starts to work normally. Any fix for this?Thanks!