ImagePicker Exif

I am using https://github.com/wymsee/cordova-imagePicker plugin to get Images from gallery.
The plugin makes a copy of the images chosen and returns file URI to these copes. They are stripped from all EXIF. How can I get the date the picture was taken ?

I also tried this plugin https://github.com/ratkop/-cordova-imagePickerEx but I am getting compilation error when building for Android

1 Like

getting same error which is maintioned above. Also please help with example how to use imagePickerEx plugin.

I have the same problem. Did you find a way to fix it?
Thanks