cordova-plugin-camera-with-exif icon indicating copy to clipboard operation
cordova-plugin-camera-with-exif copied to clipboard

Cordova Camera Plugin that will return an image as well as the EXIF data (including GPS location) on iOS and Android devices.

Results 13 cordova-plugin-camera-with-exif issues
Sort by recently updated
recently updated
newest added

Avoid crash when pick image from SD Card

Using this plugin, i found the [same issue](https://github.com/apache/cordova-plugin-camera/issues/506) on the main cordova-plugin-camera (which is normally the base of this plugin). Using this config : `var options = { destinationType: 1,...

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",...

The image uri of the photo is not a json string then how this will work? The result variable will be something like the the path eg: file//. How to...

Plugin doesn't build with Cordova Android Platform 10.1.0 ``` error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider; ^ ``` An example app that can demonstrate the issue: https://github.com/codeconsole/exiftest Requires running...

On Android, whenever I open the device gallery select a photo from the Downloads folder, the app crashes with this message in my Android Studio log: `E/TaskPersister: File error accessing...

Hi @remoorejr, I tried rebase your code on top of the latest Cordova Camera plugin version, but unfortunately didn't succeeded. Is it possible for you to do this? This will...

### Process: 1. plugin call in .js ``` var _obj = { quality: 100, mediaType : Camera.MediaType.PICTURE, sourceType: Camera.PictureSourceType.PHOTOLIBRARY, destinationType: Camera.DestinationType.NATIVE_URI }; camera.getPicture(success, fail, _obj); ``` 2. Select **45762f7b-7131-4e45-8da2-11d01c5bf4b6.png** from...