Posts by Matheus • 1 point
1 post
-
0
votes1
answer58
viewsA: Download pdf Chrome Ios
In the download function, you can set what will be the file name createLinkDownload (url, filename) { const link = document.createElement('a') link.href = url link.setAttribute('donwload',…