Closed Emzawadzki closed 4 months ago
When paused, seeking to any non-start position updates the progress bar correctly, but when position we seek to is 0 (or less than 0), the progress bar is not updated until "play" is fired, or seek is called for value of more than 0.
This is perfectly visible in sandbox I've created: https://codesandbox.io/p/sandbox/oven-poc-kv8xdl
To reproduce, simply move to the middle of played audio, and click "Rewind". The position is updated, but the progress bar stays in place.
Thanks! @Emzawadzki
When paused, seeking to any non-start position updates the progress bar correctly, but when position we seek to is 0 (or less than 0), the progress bar is not updated until "play" is fired, or seek is called for value of more than 0.
This is perfectly visible in sandbox I've created: https://codesandbox.io/p/sandbox/oven-poc-kv8xdl
To reproduce, simply move to the middle of played audio, and click "Rewind". The position is updated, but the progress bar stays in place.