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...
Post a Comment for "Phonegap Filetransfer.download Is Not Working On Ios Phonegap 3.0"