-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Add geolocation EXIF data to images captured with the camera #7524
Comments
This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed. |
It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot. Have a great day! |
Example app added |
It seems that this is not available (see https://stackoverflow.com/a/68075175/5151355). I also faced a similar issue but with the capacitor camera-preview plugin and had to add the missing GPS EXIF details myself - see capacitor-community/camera-preview#164 (comment) |
@ryaa Yeah I'm also doing that but it's not a good practice to repeat work that we know is done by the camera once already. This information should just be available. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Description
Add the additional EXIF data to images captured with the camera, in the same way images from the gallery already do.
Platforms
Request or proposed solution
GPSLatitude, GPSLatitudeRef, GPSLongitude and GPSLongitudeRef should be in the EXIF data. Right now exif does not include those on iOS platform
Alternatives
No response
Additional Information
It seems it is implemented on Android but not on iOS only.
Example repo
The text was updated successfully, but these errors were encountered: