apache / cordova-plugin-screen-orientation

Apache Cordova Screen Orientation Plugin
https://cordova.apache.org/
Apache License 2.0
219 stars 227 forks source link

iOS Orientation is not working on landscape to portrait mode on Xcode 13.2.1 version. #113

Open sujeet-matchps opened 1 year ago

sujeet-matchps commented 1 year ago

As I have tested with two versions of XCode.

XCode 13.2.1 --Orientation is not working on the landscape to portrait Not working.

Find the below logs for your reference....

To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [12, landscape]] [Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(:) To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [12, landscape]] To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [12, landscape]] To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [12, landscape]] To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [12, landscape]] ⚡️ [warn] - [Deprecation Warning]: ion-slides has been deprecated and will be removed in Ionic Framework v7.0. We recommend using the framework-specific integrations that Swiper.js provides, allowing for faster bug fixes and an improved developer experience. See https://ionicframework.com/docs/api/slides for more information including migration steps. ⚡️ [error] - {} To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [3, portrait]] [Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(:) To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [3, portrait]] [Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(:) To Native Cordova -> CDVOrientation screenOrientation INVALID ["options": [3, portrait]] [Orientation] BUG IN CLIENT OF UIKIT: Setting UIDevice.orientation is not supported. Please use UIWindowScene.requestGeometryUpdate(:)

XCode 14.2 --Orientation is not working on the landscape to portrait working good.