jasonsultana commented on issue #587:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/587#issuecomment-619262671


   I was able to get it working using the following options:
   
   `            
   navigator.camera.getPicture( cameraSuccess, cameraError, {
                   quality: 100,
                   destinationType: Camera.DestinationType.FILE_URI,
                   correctOrientation: false,
                   saveToPhotoAlbum: false
               });
   `
   
   I think there is definitely something funny going on though. 


----------------------------------------------------------------
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]

Reply via email to