DeveloperHitesh commented on issue #114: URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/114#issuecomment-1572105657
Facing issue while trying to open camera in application. ERROR: Unhandled Promise rejection: plugin_not_installed ; Zone: <root> ; Task: Promise.then ; Value: plugin_not_installed WARN: Native: tried calling ScreenOrientation.lock, but the ScreenOrientation plugin is not installed. WARN: Install the ScreenOrientation plugin: 'ionic cordova plugin add cordova-plugin-screen-orientation' ERROR: Unhandled Promise rejection: plugin_not_installed ; Zone: <root> ; Task: Promise.then ; Value: plugin_not_installed WARN: Native: tried calling ScreenOrientation.lock, but the ScreenOrientation plugin is not installed. WARN: Install the ScreenOrientation plugin: 'ionic cordova plugin add cordova-plugin-screen-orientation' ERROR: Unhandled Promise rejection: plugin_not_installed ; Zone: <root> ; Task: Promise.then ; Value: plugin_not_installed This issue is occure after getting update of ios version 16.4 and 16.5, on lower version i'm able to access camera easily. Below plugin used for "cordova-ios": "^6.3.0", "@ionic-native/camera-preview": "^5.27.0", "cordova-plugin-camera-preview": "^0.12.3", "cordova-plugin-screen-orientation": "^3.0.2" Reference link for similar issue : https://github.com/ionic-team/capacitor/issues/6459 Implemented this change on local but not working : https://github.com/apache/cordova-plugin-screen-orientation/pull/116/commits/f8479d5c7bc938edf782bf4ebcedc0cfa8ceb7e8 Can you help me on this any pointers on same it will help full for me. Thanks in advance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
