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 2018/08/14 10:00:25 UTC

[GitHub] rachithhegde commented on issue #201: File download is not working in Ios 11.4.1.

rachithhegde commented on issue #201: File download is not working in Ios 11.4.1.
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/201#issuecomment-412820217
 
 
   This is my code for download video file from the server for IOS version(11.4.1)
   
   
   fileTransfer.download(url, this.file.dataDirectory + 'file.mp4').then((entry) => {
       console.log('download complete: ' + entry.toURL());
     }, (error) => {
       // handle error
     });
   
   ionic version: 3.19.1
   node version: 8.11.3
   cordova version: 8.0.0
   cordova-plugin-file-transfer version: 1.7.1
   node module @ionic-native/file-transfer version: 4.11.0
   platform Ios version: 4.5.5

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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