You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/05/11 07:31:57 UTC

[GitHub] [cordova-plugin-camera] siwelisabeth opened a new issue #727: Android: Exif location tags removed when selecting images from Gallery app

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



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


[GitHub] [cordova-plugin-camera] siwelisabeth commented on issue #727: Android: Exif location tags removed when selecting images from Gallery app

Posted by GitBox <gi...@apache.org>.
siwelisabeth commented on issue #727:
URL: https://github.com/apache/cordova-plugin-camera/issues/727#issuecomment-843783174


   @PieterVanPoyer I am able to select files from the Samsung Gallery app


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



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


[GitHub] [cordova-plugin-camera] PieterVanPoyer commented on issue #727: Android: Exif location tags removed when selecting images from Gallery app

Posted by GitBox <gi...@apache.org>.
PieterVanPoyer commented on issue #727:
URL: https://github.com/apache/cordova-plugin-camera/issues/727#issuecomment-843510244


   Hey @siwelisabeth I am just curious, you are able to select files from the Samsung Gallery app?
   I am asking because another user sends a bug report that he is not able to select from the Samsung Gallery app. @see https://github.com/apache/cordova-plugin-camera/issues/730 
   
   I understand the Exif Data is missing in some cases.


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



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