phloxic / videojs-sprite-thumbnails

Video.js plugin to display thumbnails from a sprite image when hovering over the progress bar
https://lastshiphome.de/en/movie
MIT License
52 stars 13 forks source link

mobile device support? #7

Closed mrjamie9999 closed 3 years ago

mrjamie9999 commented 3 years ago

Hello,

this plugin cannot work in the browser of the mobile device, the touchmove event does not work. Could you please make this plugin support the mobile device?

Thank you.

phloxic commented 3 years ago

hi @mrjamie9999,

As the plugin uses the existing mouse time display tooltip provided by the core player, it will do nothing in scenarios where the core player does not add time tooltips. This is the case on mobile devices, see: https://github.com/videojs/video.js/pull/4185

The plugin should be working on mobile devices when you patch your video.js to revert that change or make it less restrictive: https://github.com/videojs/video.js/pull/4185/commits/e4c71a7fcbcb6e837c5a29fa58972d5a8c2f3ee3