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

ios plugin uses a synchronous api #29

Open
mccraigmccraig opened this issue May 14, 2016 · 0 comments
Open

ios plugin uses a synchronous api #29

mccraigmccraig opened this issue May 14, 2016 · 0 comments

Comments

@mccraigmccraig
Copy link

which is not suitable for retrieving from network urls - it caused hard crashes in my app when there were network failures

https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSData_Class/#//apple_ref/occ/clm/NSData/dataWithContentsOfURL:

not a big deal - it's easy enough to use cordova-file-transfer to retrieve a remote-url and then photoviewer to view the local file:/// url

this should be mentioned in the README i think

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

1 participant