You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/26 13:08:23 UTC

[GitHub] [cordova-plugin-file-transfer] HarelM commented on issue #258: No known instance method for selector 'userAgent' in CDVFileTransfer.m

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:
users@infra.apache.org



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