remoorejr / cordova-plugin-camera-with-exif

Cordova Camera Plugin that will return an image as well as the EXIF data (including GPS location) on iOS and Android devices.
Apache License 2.0
38 stars 53 forks source link

problem ios parse error #8

Closed webnologie closed 6 years ago

webnologie commented 8 years ago

hello, on ios i get the following error: SyntaxError: JSON Parse error: Unrecognized token '/' cordova.js:314 callbackFromNative cordova.js:314 nc2

i use: destinationType: destinationType.DATA_URL

thank you!