Guilherme Farias

Results 3 comments of Guilherme Farias

The imageUri must be the data returned by success callback function executed by navigator.camera.getPicture function. var options = { quality: 90, sourceType: 2, destinationType: 1, }; function onSuccess(imageURI) { CordovaExif.readData(imageURI,...

Your imageURI is correct, the real path will be resolved by cordovaExif plugin, but you must have the codova file plugin installed and enable file access, you already have done...