You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
andseeked
event callbacks, whereseeking
is an 'on seek started' andseeked
is 'on seek ended'. Right now there's only aonSeek
(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
The text was updated successfully, but these errors were encountered: