Skip to content

Instantly share code, notes, and snippets.

@leonardocouy
Created November 19, 2015 15:57
Show Gist options
  • Save leonardocouy/0abaa2ead87d41d527e6 to your computer and use it in GitHub Desktop.
Save leonardocouy/0abaa2ead87d41d527e6 to your computer and use it in GitHub Desktop.
camera ionic example
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