nabwill commented on issue #345:
URL:
https://github.com/apache/cordova-plugin-camera/issues/345#issuecomment-664082066
In my tests the errors occur on the moto g5 and g6. I handled the error by
sending an alert to the user when the "resume" event was identified on
app.components. For some reason, the operating system does not close the app
when wait the image. I will continue to implement it correctly through the
week. but.. in my testes the error is gone.
if (platform.is('android')) {
platform.resume.subscribe((event: any) => {
alert('Press OK.');
});
----------------------------------------------------------------
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]