Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49082

How do you download blob api response in Ionic Android platform

$
0
0

I have an api that return blob file response in my Ionic application and using file-saver.js I am able to download it as pdf when running it on browser, but when I deploy it on android my app wont download the pdf . Is there alternative way to do it? I’m using Ionic 5 with Capacitor .

const response = await this.interactionService.generatePdf(payload).toPromise();

      FileSaver.saveAs(response, `InteractionMonitoring.pdf`);

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 49082

Trending Articles