Getting rather frustrated that the latest Android strips location EXIF from the web file picker.

Doesn't seem to be any workaround that'll let you pick a photo and have a web browser see the geolocation.

Like, I get the privacy issues, but it is rather frustrating for location-based web apps.

(Before reply-guying, please test if the code you found on a 4 year old StackOverflow post actually works on modern Android, thanks.)

#Android #EXIF

*sigh*

Looks like Android is stripping GPS EXIF from photos whenever they're shared.

Affects QuickShare / Bluetooth - https://issuetracker.google.com/issues/485307531
And the web photo picker - https://issuetracker.google.com/issues/40287342

Basically the only way to get geolocation is using USB transfer.

Like, I get the privacy aspect, but it is so annoying to explain to users of @openbenches that they can't upload via the mobile website any more.

#Android #EXIF #Privacy #Geolocation

Google Issue Tracker

Anyway, if you think the web should have a way to get the *full* photo a user uploaded - including geolocation metadata - please leave a ๐Ÿ‘ reaction on this request โ†’ https://github.com/whatwg/html/issues/11724#issuecomment-4192228562
A way to remove EXIF data on `<input type="file">` before sending to server ยท Issue #11724 ยท whatwg/html

What problem are you trying to solve? I would like to strip EXIF data from file attachments before they ever reach a server. It would be nice the either the <input type="file"> or something in the ...

GitHub

I've also raised a bug with Firefox. Android has a specific permission which will allow the browser to access the *full* location metadata of a photo.

https://bugzilla.mozilla.org/show_bug.cgi?id=2029620

Not sure if it is worth raising bugs for Chrome and Samsung as well. Can't easily test them. If someone else wants to - please go ahead!

#firefox #android

2029620 - Geolocation EXIF stripped from media due to lack of Android Permission ACCESS_MEDIA_LOCATION

UNCONFIRMED (nobody) in Firefox for Android - Media. Last updated 2026-04-06.

@Edent ๐Ÿ‘๐Ÿผ
@LaChasseuse you have to click on the link to GitHub and leave the reaction there.
@Edent Sorry! Haven't had my coffee yet... ๐Ÿ˜ตโ€๐Ÿ’ซ
@Edent As long as it can be overruled by the user/owner I'd have no problem with it, but I can't see any purpose it would serve me.

@Edent

I actually logged in to Github to upvote this.

Slightly tangentially I get why back in the mists of time sites stripped metadata, all those bytes add up in bandwidth.

But it absolutely infuriates me that what was once done of necessity now seems to be blind habit โ€” because that's the way it's always been done.

Regardless of the site I find an image on I want to be able to see *all* the metadata the original author provided.