-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ios 16.0 cannot play in full screen #354
Comments
Just update the Pod/SPM and it will work |
Hello, I'm having the same problem. It is work now? @xipeng5 |
Please update the function fullScreenButtonPressed() in BMPlayer file in pod
|
why is the 1.3.2 code still like this: @objc fileprivate func fullScreenButtonPressed() { |
Ios 16.0 cannot play in full screen
2022-11-08 22:47:22.019162+0800 BMPlayer_Example[13285:5049044] [Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(_:)
2022-11-08 22:47:22.019482+0800 BMPlayer_Example[13285:5049044] [Assert] -[UIApplication setStatusBarOrientation:] and -[UIApplication setStatusBarOrientation:animated:] API have been deprecated on iOS 8.0 and are no-ops on iOS 13.0
The text was updated successfully, but these errors were encountered: