cordova - Phonegap : Downloading large files on Windows Phones -
i'm developing mobile app phonegap , need download zip-files might on 50mb.
i'm using cordova's file-transfer plugin job. now, on ios , android works fine, when same thing on windows phone application hangs out files larger 20mb.
system.outofmemoryexception: insufficient memory continue execution of program.
phongap documentation has line says downloading supported on ios , android? http://docs.phonegap.com/en/edge/cordova_file_file.md.html#filetransfer
it possible (only on ios , android) download file remote server , save on device.
but confuses me again site says support added on point(?) http://phonegap.com/2012/04/11/phonegap-1-6-released/
windows - file download api
so, supported on windows or not? or there alternative way on windows phones.
ok, didn't figure out how apache's file-transfer plugin directly.
i found background downloader able download files around 100mb (probably larger) on windows phone 8.1.
https://github.com/sgrebnov/cordova-plugin-background-download
Comments
Post a Comment