-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDFMake not working on devices #677
Comments
Hi Girish, It's great you are engaging with the community to report an issue. With respect, you will likely get a better response from the community and collaborators if you at least have a crack at figuring out why the issue is occurring. Consider providing technical details of the devices you are testing with, things you have tried, what exactly isn't working. Cheers, |
Hi Simon, Thanks for reply. Cheers, |
Hi Girish, IMHO the issue isn't really related to PDFMake, it is more a standards issue with how browsers implement their PDF viewers. So then the answer becomes obvious, don't rely on browser implementation, instead, to ensure consistency between browsers use a PDF viewer library like pdf.js rather than rely on the built in PDF viewer. https://mozilla.github.io/pdf.js/ Hope this helps. :) |
Hi Girish, Did you solve the problem? If so can you comment what you did and close this issue? Cheers, |
continued here: #800 |
Hi,
I am working on assignment where it require to generate PDF on devices (iOS, Android, Windows). I am using PDFMake library for the same, were I am able to generate the PDF on chrome but when I am running the same solution on any device. It doesn't work.
Kindly advice.
Girish
The text was updated successfully, but these errors were encountered: