const options: CameraOptions = {
quality: 100,
destinationType: this.camera.DestinationType.DATA_URL,
sourceType: this.camera.PictureSourceType.PHOTOLIBRARY,
mediaType: this.camera.MediaType.ALLMEDIA
}
when i get picture/video from gallery it returns data in file_uri instead of
base64.
if i get a new picture from camera the, it return base64.
[ Full content available at:
https://github.com/apache/cordova-plugin-camera/issues/333 ]
This message was relayed via gitbox.apache.org for [email protected]