MikeKovarik / exifr

📷 The fastest and most versatile JS EXIF reading library.
https://mutiny.cz/exifr/
MIT License
1.06k stars 70 forks source link

GPS tags on mobile devices #64

Open m-yakymenko opened 3 years ago

m-yakymenko commented 3 years ago

Hello! I have problem with parse GPS tags on mobile devices. On destop all working well. image

But with same photo, on mobile I can not parse no one GPS tags. image

How can i get this tags? Here https://mutiny.cz/exifr/ all working well. I had this problem with other exif-programs like exif-js. Thank you

MikeKovarik commented 3 years ago

Hello. Can you describe the problem a little more? Is it the same code/app, same photo, same actions, but different result on phone? Could you share the photo, or the photo? Or anything that could help me find out what's wrong. Thanks

m-yakymenko commented 3 years ago

Yes, I can! While i making test projects, I had a suspicion on my React. Firstly what I do, its vanilla html projects and he works well on all platforms. https://github.com/gonzika/test (photo for testing with gps tags here) Then I trying to integrate different ways in my react-projects, i including your library from CDN (normaly it installed from npm), i even turning off all rendering, but it does not help.

Test projects where I can retry bug here https://codepen.io/gonzika/pen/QWprXdK You can see, two different ways (i thinked what its babel's guilt, but libray from CDN and logic in index's Githubissues.

  • Githubissues is a development platform for aggregating issues.