Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile device support? #7

Open
mrjamie9999 opened this issue Jan 28, 2021 · 3 comments
Open

mobile device support? #7

mrjamie9999 opened this issue Jan 28, 2021 · 3 comments

Comments

@mrjamie9999
Copy link

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
Copy link
Owner

phloxic commented Jan 28, 2021

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:
videojs/video.js#4185

The plugin should be working on mobile devices when you patch your video.js to revert that change or make it less restrictive:
videojs/video.js@e4c71a7

@phloxic phloxic closed this as completed Jan 28, 2021
@phloxic phloxic reopened this Dec 9, 2024
@phloxic
Copy link
Owner

phloxic commented Dec 9, 2024

With Video.js v8.21.0 and upwards time tooltips can be enabled by setting the new player option disableSeekWhileScrubbingOnMobile to true.

Re-opening until feature is documented.

@phloxic
Copy link
Owner

phloxic commented Dec 28, 2024

The current implementation of disableSeekWhileScrubbingOnMobile still has a glitch. A fix is proposed. Meawhile, if it's urgent, its additional CSS rule can be temporarily applied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants