Unable to download the file

Hi Developers,

I have created the below code by using the @awesome-cordova-plugins/file-transfer plugin. But unable to download the file. It is working fine in PWA.

I see no “below code”, so I will just note that the file transfer plugin has been obsolete for over 4 years. Here is a page explaining recommended alternatives. If you’re using Angular, HttpClient is perfectly capable of receiving binary data and reporting download progress. Capacitor’s Filesystem would be what I would use to write to the device, should you need to do that.

I am using a InAppBrowser to call this website. So not sure what is going wrong here