DoubleYao0112
DoubleYao0112
有的视频不支持滑动进度条,目前框架不支持
错误源码出处如下: /// Enter the fullScreen while the ZFFullScreenMode is ZFFullScreenModeLandscape. - (void)rotateToOrientation:(UIInterfaceOrientation)orientation animated:(BOOL)animated completion:(void(^ __nullable)(void))completion { self.orientationObserver.fullScreenMode = ZFFullScreenModeLandscape; [self.orientationObserver rotateToOrientation:orientation animated:animated completion:nil]; }
https://user-images.githubusercontent.com/18136874/195800393-ea613428-3fe9-4629-aaa8-a9aeedcd3561.mp4 从A点滑动到B点,松开手指,滑杆会自动弹回到A点。