LightMind commented on pull request #461:
URL: 
https://github.com/apache/cordova-plugin-file/pull/461#issuecomment-946424638


   @ataylor32 Thanks for the example app, I will use it for testing :)
   
   > So I switched to the code from 
https://github.com/LightMind/cordova-plugin-file/blob/master/www/FileWriter.js ,
   
   Do you mean you switched to the `issue-364` branch?
   
   This is interesting, maybe something changed on the iOS side in either 
Cordova or Safari? When changing the code, I tried to not touch the iOS code 
path, so this pull request should not break it.
   
   Do I understand correctly: Your version does chunked writing for Android and 
iOS, but instead of turning it into base64 encoded strings, you just pass the 
chunked binary data to cordova's `exec`?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to