Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Problem loading and writing files at file:/// #23

Open
nkeeslin opened this issue Nov 6, 2015 · 2 comments
Open

Problem loading and writing files at file:/// #23

nkeeslin opened this issue Nov 6, 2015 · 2 comments

Comments

@nkeeslin
Copy link

nkeeslin commented Nov 6, 2015

The methods getImageUsingOptions and saveImage don't work with files that are located at file:/// I am working on iOS 7.0.4 and trying to use this plugin to save and access pictures. For some reason, the url is reconstructed to be file:///file:/[rest of the url string], which of course has nothing. The way that I have found around it is to remove the file:/// before attempting to configure the url strings or search for the files.

@RaananW
Copy link
Owner

RaananW commented Nov 6, 2015

Does it work after you remove the duplicate file:/// ? I sadly don't have an iPhone to test on, but I can surely find the place where it adds the extra file string.

@nkeeslin
Copy link
Author

nkeeslin commented Nov 6, 2015

Yea it works just fine if you remove file:/// before processing.

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

No branches or pull requests

2 participants