I'm developing an ionic 6 app with capacitor 4 with Angular 14 and I've integrated the pdfviewer component, the backend is written in Net Core 6; the component works and the pdf is displayed correctly both via the browser and on the smartphone but when I go to download while the file is downloaded via the browser on the smartphone, nothing happens and there are no error messages either; is there any way to intercept the download action via angular? could it be a permissions problem on the smartphone? thanks