Daniel Hung

Results 3 comments of Daniel Hung

I had a similar issue on my Android app. I was able to resolve it by adding the ACCESS_MEDIA_LOCATION permission. When the app starts, I have to grant Full Access...

I had to modify the cordova-plugin-android-permissions plugin by adding the ACCESS_MEDIA_LOCATION permission first. Then I request for that permission.

I have run into the same problem where iOS is not capturing the exif data. If you could share your patch, that would be great. Thank you.