Describe the bug
Calling seekTo while video is playing messes the playerRef and video keep playing regardless of being stopped. It took few hours to figure out this exact point of issue, but it only happens when you seekTo without stopping video while playing. If you stop the video and seekTo and play, everything fine. So for workaround: I stop the video before calling seekTo and play video right after done seeking, works fine and doesn't slow the video down, but it's bit weird.
Describe the bug Calling seekTo while video is playing messes the playerRef and video keep playing regardless of being stopped. It took few hours to figure out this exact point of issue, but it only happens when you seekTo without stopping video while playing. If you stop the video and seekTo and play, everything fine. So for workaround: I stop the video before calling seekTo and play video right after done seeking, works fine and doesn't slow the video down, but it's bit weird.
To Reproduce Steps to reproduce the behavior:
Expected behavior When seekTo called while video is playing, it shouldn't mess the playerRef and it should stop when stopped.
Smartphone (please complete the following information):
Additional context Workaround: