I don't! it's bugging me. I haven't had a chance to look into it. I noticed it in another video embed on another notebook too, so I don't think it's something specific I'm doing. It's also weird that the smaller video works.
If you turn off the autoplay in your Scrubber (autoplay: false) and select a different starting frame (initial: 1000) then it doesn't work in the computer browser BUT works fine in the IPhone :D
Also, autoplay caused some stuttering on desktop because it was trying to play _and_ seek via the scrubber, so I have to make sure to immediately call `pause()` on the video and let the scrubber have full control.
Yeah there’s definitely different behavior on the phone. I can see not wanting to auto play or conserve bandwidth and battery on a phone I guess. Though it’s weird we have to include autoplay to seek at all.