HarelM commented on issue #258:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/258#issuecomment-663985973


   @timbru31 I have the same issue as @alssl-ross describes.
   I have a few lerge files that I need to download from my server nd save to 
the file system - total size of the files is 500Mb. Each file is between 100Mb 
and 300Mb. I can't split those files into smaller files because they are sqlite 
database files and splitting them would be a headache.
   When I download them using angular/ionic http client the file is loaded into 
memory before I can store it in the file system using the file-plugin.
   In some cases, specifically on iOS, this causes a "white screen of death".
   Somewhat related to this issue (see my comment at the end) 
   https://github.com/apache/cordova-plugin-file/issues/364
   When all I want to do is download a file and store it somewhere in the 
application folders there's a problem in iOS and sometimes it fails when not 
using this plugin.
   I think the problem is related to how much memory is used by the webview, 
not sure though...
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to