renzifeng / ZFPlayer

Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)
MIT License
7.05k stars 1.75k forks source link

IOS 14.6切换道横屏后,无法还原竖屏,视频播放完后,界面都变成横屏展示(方向还是竖屏) #1354

Closed iamfafa closed 1 year ago

iamfafa commented 1 year ago

4.1.0开始后的bug

iamfafa commented 1 year ago

读了作者代码发现。。改掉这个就不会发生此类BUG ZFFullScreenViewController

self.player.orientationObserver.supportInterfaceOrientation = ZFInterfaceOrientationMaskLandscape; 改成 self.player.orientationObserver.supportInterfaceOrientation = ZFInterfaceOrientationMaskAllButUpsideDown;