I am now developing social photo sharing platform using ionic.
The most important feature is to get GPS location from taken photo.
I’ve tried several times but always get failure to integrate exif js on my app.
I referred those links.
https://dzone.com/articles/ioniccordova-demo-where-did-i-take-that-picture
Hello! I’m trying to take or get a picture from library and get the picture’s exif tags. Has anyone done that? I only tried with exif-js, but when I call
EXIF.getData(picture, function(data){ console.log(data); })
the console shows anything (like if the function never get to the console.log method).
Sorry for my English!
:camera: This plugin, is the simplest way to get exif data of images at Cordova platform (Phonegap) - GitHub - guilhermefarias/cordova-exif: :camera: This plugin, is the simplest way to get exif da...
Is there anyone to have experiences of integrate exif js?
please leave any though if you have exp.
Welcome any opinions!
Thanks
hey did you resolved the issue ?