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

[Feature]: onSeekStart Event #4410

Open
stephenlindauer opened this issue Feb 10, 2025 · 1 comment
Open

[Feature]: onSeekStart Event #4410

stephenlindauer opened this issue Feb 10, 2025 · 1 comment
Labels

Comments

@stephenlindauer
Copy link

Description

Hey guys, I am building the mobile version of our existing web project where I used VideoJS there. I noticed a gap in functionality that I would really love to have here. They provide both seeking and seeked event callbacks, where seeking is an 'on seek started' and seeked is 'on seek ended'. Right now there's only a onSeek (which the docs say "when a seek completes").

However, on iOS 18.3 on device and simulator, I'm not actually seeing the onSeek callback working either.

Why it is needed ?

I am trying to add watchtime measurement and it's generally working well unless a user skips around the video manually, where I'd want to exclude the part that is being skipped.

Possible implementation

If we can detect user intention when they start dragging the playback timeline, that might work.

When skipping with the +/-10s button, firing the event before changing the timeline.

Code sample

n/a

Copy link

Thanks for the feature request! Check out our roadmap here. If your request is already there – great! If not, give us some time, and we'll get back to you with information on when TheWidlarzGroup can address it as part of our free open-source support. Alternatively, contact us to discuss ways to speed up the process.

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

No branches or pull requests

1 participant