Download using jsPDF on a mobile devices

后端 未结 3 1433
青春惊慌失措
青春惊慌失措 2020-12-20 04:50

I have a page that includes a download button using jsPDF. On desktop machines it downloads the page as it should. However, pdf.save() does not work on my table

3条回答
  •  时光取名叫无心
    2020-12-20 05:45

    I had similar issue.

    jsPDF won't download file on phones/ tablets / ipads using "pdf.save()".

    Do it through File plugin if you are using cordova/phonegap, this will save pdf file in downloads folder (Android) - for the ios you can access pdf file through a path (which is saved somewhere in temp directory) and can send or share.

    Hope this helps you.

提交回复
热议问题