Open belhadjhaythem opened 2 years ago
I can confirm, that the latest version of the plugin doesn't yield any GPS coordinates on Android. Switching to version 1.4.2 solved the problem for now.
@nethaus Switching to 1.4.2 version products errors like error: package android.support.v4.content does not exist
Afte correcting this issue related to AndoidX , the camera does not even launch.
@belhadjhaythem Are you still having issues with AndroidX? If this issue persists, you can check the logcat tab on Android Studio for debugging purposes.
Hi,
Using version 1.5.1 of this plugin, and quasar 3 typescript based, i'm able to get some of the metadata, but not the gps.
{ "aperture": "2.0", "datetime": "2022:10:27 01:41:55", "exposureTime": "0.120003", "flash": "0", "focalLength": "3500/1000", "gpsAltitude": null, "gpsAltitudeRef": null, "gpsDateStamp": null, "gpsLatitude": null, "gpsLatitudeRef": null, "gpsLongitude": null, "gpsLongitudeRef": null, "gpsProcessingMethod": null, "gpsTimestamp": null, "iso": "807", "make": "motorola", "model": "moto g pro", "orientation": "0", "whiteBalance": "0" }
Cordova & Cordova android > 10.1.1
Here is my configuration :
Any suggestions ?