Re: [DISCUSS] Revive/Undeprecate cordova-plugin-file-transfer

2020-08-18 Thread Harel Mazor
I too face the same issue. I have a large file - between 100 MB and 300MB which I need to download and save in the local file system (SQLite database file that I don't want to split). When using regular angular/ionic http client on iOS the app crashes to the "white screen of death". Using this pl

Re: [DISCUSS] Revive/Undeprecate cordova-plugin-file-transfer

2020-07-27 Thread Harel Mazor
My use case is similar to Tim’s: I have a few lerge files that I need to download from my server and save to the file system (offline map and points of interest files) - total size of the files is 500Mb. Each file is between 100Mb and 300Mb. I can't split those files into smaller files because t