You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 that?
I get a null response:
CordovaExif.readData(imageURI, function(exifObject) {
console.log(exifObject);
});
My imageURI is : content://media/external/images/media/6
The text was updated successfully, but these errors were encountered: