Tuesday, April 10, 2018

Using GeoTag when taking photos through apps you developing - Apache Cordova


If your app need to tag photos with the location you need enable this feature from Cordova's config xml. Some android devices are tagging the photos with the location even if you havent enable this feature from the app. But for iOS it is compulsory to add this line to cordova configuration file to tag photos with the location.





reference. Cordova Documentation
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/

No comments:

Post a Comment