You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/08 16:32:33 UTC

[GitHub] [cordova-plugin-camera] nabwill commented on issue #345: Camera plugin crashes app on some android phones when an image is taken

nabwill commented on issue #345:
URL: https://github.com/apache/cordova-plugin-camera/issues/345#issuecomment-670948092


   To resolve the issues that multiple users have reported. I had to implement my cordova-camera plugin and I was successful. In my tests there were no more errors with mobiles with low memory, because now the call is being made directly to the camera and no longer to a third camera application.
   
   1) In the ionic application I sent the code "uuid" + .jpg and the application folder where the photo will be saved.
   
   2) In the PluginResult object: setKeepCallback (true);
   
   3) In the onActivityResult method, I check if the file was saved and return the request status to the front end.
   
   I would really like to understand why cordova-camera-plugin does not call the api directly. 
   
   I would like to suggest that the developer also has the option of using the direct call to the camera
   
   Privacy issues can be included in the app's privacy policy and that's it.
   
   Do you agree with my point of view?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org