mirko77 edited a comment on issue #721: URL: https://github.com/apache/cordova-plugin-camera/issues/721#issuecomment-827471407
This issue is expected and it has been around for years. When the Cordova app goes into the background and the camera app is in the foreground, the system can kill the Cordova app at any time. Even if the phone has 10 GB of free RAM. It is a limitation of hybrid apps. There is not any solution on the Cordova side, you might try the [Camera Preview plugin](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview) and build your embedded camera UI. But anyway for production apps where the camera features need to be reliable at all times, Cordova (and hybrid apps in general) are not recommended. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
