videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.99k stars 7.44k forks source link

On touching to the "vjs-play-progres" the position gets an offset with touch devices #8299

Open Maciej7 opened 1 year ago

Maciej7 commented 1 year ago

Version of video.js

Preparation

.modal-dialog {
    position: fixed;
    width: 750px;
    top: 100px;
    left: 250px;
}
...
<div class="AdvancedExample__Video-sc... video-js ... modal-dialog" >
    ...
    <video ...></video>
    ...
</div>
...

Reproducing

welcome[bot] commented 1 year ago

👋 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. To help make it easier for us to investigate your issue, please follow the contributing guidelines.