breautek commented on issue #916:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/916#issuecomment-2444224953

   Are you able to confirm if a particular image has location information in 
the exif by some other means? (Perhaps by pulling the image directly over ADB 
or over USB)
   
   Normally the geolocation information is provided only if the underlying 
camera plugin adds it when the image was captured. The camera application 
itself would need the geolocation permissions granted for it to do this. Images 
in the gallery could also come from any source that may or may not have added 
geolocation information. So if the image itself lacks the geolocation exif 
data, then naturally it won't be available in cordova either.
   
   When it comes to android changes, a good place to start is:
   
   - https://developer.android.com/about/versions/15 (This is for Android 15 / 
API 35 but sometimes they introduce breaking behaviour changes across the board)
   - [Android 14 / API 34](https://developer.android.com/about/versions/14) 
   
   I haven't looked through them but if there are intended behaviour changes at 
the android SDK level, it should be noted in one of those links.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to