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
I faced the same problem to go back to the beginning when resuming the video.
But, what I found the solution is delivering a state value of Binding<CMTime> instead of a default value .constant(.zero).
I faced the same problem to go back to the beginning when resuming the video. But, what I found the solution is delivering a state value of Binding<CMTime> instead of a default value .constant(.zero).
This worked for me as well. But does anyone know the reasoning for this?
Video goes back to beginning of playback after muting. It also jerks the video in the beginning.
The text was updated successfully, but these errors were encountered: