liqvidjs / liqvid

Library for interactive videos in React
https://liqvidjs.org
MIT License
761 stars 39 forks source link

`<Audio>`/`<Video>` don't restart when playback reaches end #34

Open ysulyma opened 2 years ago

anishg-cn commented 1 year ago

@ysulyma is there an update on this?

ysulyma commented 1 year ago

@anishg-cn still open; I'll try to take a look on Thursday/Friday. Otherwise, I'll be off work the week after next, and can hopefully get all the issues with these components resolved

ysulyma commented 1 year ago

It looks like the video is having its currentTime reset properly, but the browser isn't refreshing the preview frame until the user takes some additional action (e.g. switching tabs will make it work).