wifisher commented on issue #611:
URL:
https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-700646430
With my above change, it is now working for me on my Android 10 device using
"cordova-android": "^9.0.0" and "cordova-plugin-camera": "^5.0.0".
The options that I am passing in to getPicture() are:
```
sourceType: navigator.camera.PictureSourceType.CAMERA
destinationType: navigator.camera.DestinationType.FILE_URI,,
encodingType: navigator.camera.EncodingType.JPEG,
quality: 75,
saveToPhotoAlbum: true,
targetWidth: 2048,
targetHeight: 2048
```
----------------------------------------------------------------
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]