apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
595 stars 888 forks source link

Dowload and open pdf file in device #254

Closed hathemi closed 3 years ago

hathemi commented 4 years ago

i get pdf file from web service and i want to download it and open it in my android device. using this code

fileTransfer.download(url,this.file.externalDataDirectory+ filename).then((entry) => { this.localNotifications.schedule({ text: ‘Téléchargement de fichier’+filename+’ est terminé !!’, led: ‘FF0000’, sound: null });

download the pdf file but connot open it because it has been saved as “error :invalid format” !!!with size 0. any solution or suggestion please!

timbru31 commented 3 years ago

Without any further details we unfortunately can't help.

If you still use this plugin and are affected by this bug, please create a new issue and use the provided issue template. Thanks!