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



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

Reply via email to