Created
November 19, 2015 15:57
-
-
Save leonardocouy/0abaa2ead87d41d527e6 to your computer and use it in GitHub Desktop.
camera ionic example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.resolveLocalFileSystemURI(imageURI, function(fileEntry) { | |
console.log(fileEntry.nativeURL); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment