Skip to content Skip to sidebar Skip to footer

Phonegap Filetransfer.download Is Not Working On Ios Phonegap 3.0

I am developing an app with JQM and then using build.phonegap.com, i am building the app. I have a feature to download the audio file from the server and then play it in the app. i

Solution 1:

There is a new requirement to use .toURL() instead of .fullPath

This fixes the majority of these type of problems - however I have experienced a similar problem using older versions of the iOS (5.x) where filetransfer.download never fires success/fail/progress events even though it does actually download the file. I then get an app crash when I try to restart the app...

Solution 2:

I had the same issue and fixed it with downgrading the Cordova Plugin FileTransfer from v0.4.2 to v0.3.3 while using Phonegap/Cordova v3.3.

Post a Comment for "Phonegap Filetransfer.download Is Not Working On Ios Phonegap 3.0"