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 write blob to file #55

Open
rares-lupascu opened this issue Sep 13, 2016 · 3 comments
Open

ios write blob to file #55

rares-lupascu opened this issue Sep 13, 2016 · 3 comments

Comments

@rares-lupascu
Copy link

Hi

I need to write the contents of an image returned from an xhr call with arraybuffer
on android this works but on ios it is a nightmare ... mainly to write the blob to file
can this library help me solve this?

thanks

@RReverser
Copy link
Member

To which file? JavaScript doesn't allow writing to the filesystem (unless you are in Cordova or some similar environment - that is, not a browser).

@rares-lupascu
Copy link
Author

yeah i am currently doing this in cordova and soo i will use react-native ... but write now i am having problem writing blobs to file on ios ... i thought this library can help

---- On Wed, 14 Sep 2016 00:56:25 +0300 Ingvar Stepanyan <[email protected]>wrote ----

To which file? JavaScript doesn't allow writing to the filesystem (unless you are in Cordova or some similar environment - that is, not a browser).

You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub, or mute the thread.

@RReverser
Copy link
Member

Unfortunately, can't help with that - you need to check Cordova's docs https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/#ios-quirks, but this library doesn't have any specific workarounds for those environments at the moment.

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