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
seekTo() is doing nothing on mobile devices and on desktop in mobile emulator mode (DevTools)
Expected Behavior
seekTo() changes current player time.
Steps to Reproduce
Open ReactPlayer Demo page from mobile or emulate mobile device via DevTools
Turn on anything (mp3, Vimeo, YouTube, etc.)
Try to seek using Seek bar
Music will continue play, no seekTo effect visible.
Other Information
Seen similar issues, but no answers there and some of them are closed. I've added native browser <audio src="url.mp3" controls /> and it works perfectly
The text was updated successfully, but these errors were encountered:
Current Behavior
seekTo()
is doing nothing on mobile devices and on desktop in mobile emulator mode (DevTools)Expected Behavior
seekTo()
changes current player time.Steps to Reproduce
Music will continue play, no seekTo effect visible.
Other Information
Seen similar issues, but no answers there and some of them are closed. I've added native browser
<audio src="url.mp3" controls />
and it works perfectlyThe text was updated successfully, but these errors were encountered: