Closed LyndseyScott closed 7 years ago
Thanks for posting this. We've got it in our tracker.
hello,
is there any progress with this issue? Its kind of frustrating bug for me too.
thanks for answer.
It looks like the issue was specific to playing videos when the phone was already in landscape mode. We have a fix for that issue and it'll be available in our next release.
This is a bug and with be fixed in the next release (post 1.0.1). You can try to call the pause method immediately after the video has loaded in a dispatch_async:
dispatch_async(dispatch_get_main_queue(), ^{ [_videoView pause]; });
Please try the 1.10.1 update.
When you run code to pause a video either (1) Immediately after the video has loaded or (2) immediately after switching between display modes, it doesn’t always pause.