I have a simple page that has an embedded video and a range slider that acts as a progress bar.
Javascript updates the value
of the range slider as the video plays and the slider can be used to move back or forth in the video.
The problem is that if I interact with the range slider to change playback position, the slider will no longer visually move even when the video is playing and javascript is updating the value
of the input
element.
I'm probably missing some obvious fundamental nuance. Thanks!