logoalt Hacker News

Android now stops you sharing your location in photos

411 pointsby edentlast Monday at 11:48 AM314 commentsview on HN

Comments

arc_lightlast Monday at 12:47 PM

[dead]

redsocksfan45yesterday at 1:32 PM

[dead]

simonwlast Monday at 1:52 PM

Surprisingly iOS doesn't do this - at least not for photos uploaded via a web form these days. Try this tool to see that (it should demonstrate the Android EXIF stripping behavior too): https://tools.simonwillison.net/exif

show 1 reply
embedding-shapelast Monday at 12:36 PM

Couldn't you use <input type="file" accept=".jpg,.jpeg"> (different than image/jpeg mime-type I think, not sure if that also strips EXIF?), then manually parse the EXIF in JS? Shouldn't be that complicated to parse and I'm guessing there is a bunch of libraries for doing just that should you not want to do that yourself.

show 1 reply