ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.12k stars 1.56k forks source link

Could not get GPS Latitude Longitude from exif sometimes. #1197

Open ichsarut opened 4 years ago

ichsarut commented 4 years ago

Version

Tell us which versions you are using:

Platform

Tell us to which platform this issue is related

Expected behaviour

I would like to get GPS Latitude Longitude in exif every time.

Actual behaviour

Sometimes EXIF latitude and longitude is null.

Attachments

Screen Shot 2562-12-10 at 02 31 15 Screen Shot 2562-12-10 at 02 30 59

alexeyvax commented 4 years ago

@ichsarut I had this issue on Android, but when I added writeTempFile: true to config, it worked for me. The docs says that this field only for ios. I don't know how but it works for android :)

aiahsan commented 2 years ago

@ichsarut I had this issue on Android, but when I added writeTempFile: true to config, it worked for me. The docs says that this field only for ios. I don't know how but it works for android :)

not work most of the time

konchak007 commented 1 year ago

Same for me