Hello I've updated the Orientation.mm file to support the new iOS orientation API. We currently have these changes patched in our project but it would be nice to get these fixes merged into the actual package.
Changes:
Checking orientation by using statusBarOrientation is deprecated in > iOS 13. Updated to get interfaceOrientation from UIWindowScene on newer iOS versions.
Updating orientation on >iOS16 by updating UIDevice is deprecated. Changed that newer iOS versions attempts updating the UIWindowSceneGeometryPreferencesIOS instead.
Let me know if there is any issues with these changes @wonday , thanks :)
Hello I've updated the Orientation.mm file to support the new iOS orientation API. We currently have these changes patched in our project but it would be nice to get these fixes merged into the actual package.
Changes:
statusBarOrientation
is deprecated in > iOS 13. Updated to get interfaceOrientation from UIWindowScene on newer iOS versions.Let me know if there is any issues with these changes @wonday , thanks :)