I am using OSX 10.13.6, Xcode 10.1, iPhone XR 12.1 simulator (or actually any).
The first ViewController from your example project is playing the video just fine. Once I enter fullscreen mode the passed in reference of the videoPlayer gets video frame(picture) stuck. The timeline continues to update, so the video isn't paused. When I exit the fullscreen mode, previous ViewController continues to play - first it kinda scrolls really fast all the frames that I missed and then continues to play in the normal mode where I left being in the fullscreen mode.
So is this behavior smth new? Had no chance to test it on a real device.
Any ideas?
I am using OSX 10.13.6, Xcode 10.1, iPhone XR 12.1 simulator (or actually any).
The first
ViewController
from your example project is playing the video just fine. Once I enter fullscreen mode the passed in reference of the videoPlayer gets video frame(picture) stuck. The timeline continues to update, so the video isn't paused. When I exit the fullscreen mode, previousViewController
continues to play - first it kinda scrolls really fast all the frames that I missed and then continues to play in the normal mode where I left being in the fullscreen mode. So is this behavior smth new? Had no chance to test it on a real device. Any ideas?