videogular2 icon indicating copy to clipboard operation
videogular2 copied to clipboard

question: skipping/play ahead feature?

Open omurbekjk opened this issue 6 years ago • 4 comments

Question

Does it support skipping 10 seconds like youtube player?

omurbekjk avatar Oct 09 '18 11:10 omurbekjk

I've implemented hotkeys myself by using this.videoAPI.currentTime += 10;

PascalTemel avatar Oct 09 '18 16:10 PascalTemel

simple tutorial or docs will be helpful

omurbekjk avatar Oct 09 '18 17:10 omurbekjk

Try this https://stackblitz.com/edit/angular-videogular-ry8ngn?file=app/hello.component.ts

PascalTemel avatar Oct 10 '18 20:10 PascalTemel

Try this https://stackblitz.com/edit/angular-videogular-ry8ngn?file=app/hello.component.ts

Worked smoothly on angular 14 as well

niamulhasan avatar Sep 18 '22 16:09 niamulhasan