bilalsaeed opened a new issue, #857: URL: https://github.com/apache/cordova-plugin-camera/issues/857
# Bug Report ionic app crashes on iOS 16.x when app is minimized while camera is open ## Problem We are seeing weird problems in our ionic app for iOS. When we minimize the app while the camera was open, and open another app which accesses the camera our app crashes. We are only seeing this behaviour on iOS devices running 16.x+. Our app crashes when we follow following steps: 1. Access camera in your cordova app 2. Minimize your app while the camera is open. 3. Open "Camera" app or any other app that accesses the camera and capture photo 4. Minimize the app you opened in 3rd step 5. Reopen your app and it crashes ### What is expected to happen? When app minimizes it should close the camera, ### What does actually happen? App crashes. ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Tested on iPhone 12 (16.6.1), iPhone SE 2020 (16.1) ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Latest version of cordova ios and android. camera plugin version: 6.0.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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]
