videogular2 icon indicating copy to clipboard operation
videogular2 copied to clipboard

Disable forward seeking

Open javidsapand opened this issue 5 years ago • 3 comments

Hi, Currently i'm working on a project which requires videos/audios not to be seeked forward. Is there any way to disable listening to seek event or to disable firing seek event.

javidsapand avatar Nov 25 '19 05:11 javidsapand

@sliceofbytes Anyone responsible here for issues

javidsapand avatar Feb 11 '20 10:02 javidsapand

@javidsapand Did you find the solution yet? I am also looking for the solution.

chandelshashank avatar Sep 21 '20 14:09 chandelshashank

You could probably subscribe to the event and set media player time to what it was on click. Check the subscriptions in the MediaApi

brow1726 avatar Dec 03 '20 21:12 brow1726