banthagroup / fslightbox-vue

Basic version of Fullscreen Lightbox for Vue.js. Website: https://fslightbox.com/vue
MIT License
41 stars 3 forks source link

Drag mouse events in custom source component (video.js) #57

Closed Drabuna closed 1 year ago

Drabuna commented 2 years ago

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 pointerdownlistener from source-main-wrapper everything starts to work normally. Any fix for this?

Thanks!