breautek commented on issue #453: URL: https://github.com/apache/cordova-plugin-camera/issues/453#issuecomment-788873054
This is not a bug, but part of the Android lifecycle. The Android OS may kill activities that are in the background to preserve memory, particularly if the foreground activity requires a lot of memory. When you use the Camera App, it puts your app into the background. This is documented here: https://github.com/apache/cordova-plugin-camera#android-quirks with an explanation of how to deal with these cases. ---------------------------------------------------------------- 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]
