You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: