Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null response #2

Open
nestorps opened this issue Jun 11, 2014 · 1 comment
Open

Null response #2

nestorps opened this issue Jun 11, 2014 · 1 comment

Comments

@nestorps
Copy link

I get a null response:

CordovaExif.readData(imageURI, function(exifObject) {
console.log(exifObject);
});

My imageURI is : content://media/external/images/media/6

@guilhermefarias
Copy link
Owner

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?

To add plugin the command is:

cordova plugin add org.apache.cordova.file

Has one bug at Android 4.4 that will be fixed at cordova 3.5 version, is the same problem that happen with you?
https://issues.apache.org/jira/browse/CB-5398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants