siwelisabeth opened a new issue #727:
URL: https://github.com/apache/cordova-plugin-camera/issues/727
# Bug Report
## Problem
This problem occurs on Android devices:
The exif location tags are removed from the image when images taken with
camera are selected from Samsung Gallery app with the camera plugin.
However, the exif tags are not removed if the images are taken with camera
and selected from "recent files" with the camera plugin. Further, the exif tags
are not removed if the images are taken with the camera-plugin and then
selected from Samsung Gallery app.
### Command or Code
Plugin configuration:
var opts = {
quality: 30,
targetWidth: 900,
targetHeight: 900,
destinationType: Camera.DestinationType.FILE_URI,
sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
encodingType: Camera.EncodingType.JPEG,
mediaType: Camera.MediaType.PICTURE,
allowEdit: false,
correctOrientation: true,
saveToPhotoAlbum: true
}
### Version information
cordova android 9.1.0
cordova-plugin-camera 5.0.1
## Checklist
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
- [x ] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x ] I included all the necessary information above
--
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]