-
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
Supported browsers #800
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It might also be worth collecting the data URI lengths for the browsers. Because after this length only the I know, in windows (7, 64-bit), the latest version of chrome supports 2MB and FireFox supports 1MB data URI's. |
After updating to the latest version .print() doesn't work anymore in chrome (chromium 57). It worked with the old version, not exactly sure about how old it was. |
Interest with Chrome:
(from issue: #954) First post updated. |
Which Version of Firefox is supported? I try to use it with an old (LTS) Version 16.0.2. Unfortunately I get the error: PdfMake is not defined... I would use an older Version but it is always hard to find out which version supports which browsers... In a different life I would love to see a documentation by an autor which Version supports which Browser-Versions... But this is a general problem in the world of npm! Thanks for this great table, it is a beginning! |
Is there any effort being made to resolve the incompatibilities with some of the browsers? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Update: Based on this i found a workaround, check it: https://jsfiddle.net/5ntw24qc/3/ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CreatePDF doesn't work with Brave web browser (just downloads PDF), even though it's built on top of Chromium (just a more secure version of Chrome). This is inconvenient since there is no way my app can tell the difference. |
I tried to solve method How does it work: Try to test this pdfmake: Please test it and send feedback. Thanks. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I am trying on mobile. Work fine with browser but doesn't work on a webview in mobile app (Android and ios) |
This comment has been minimized.
This comment has been minimized.
Internet Explorer 10 support removed in 0.2.0. Internet Explorer 11 is still supported. |
Download pdf not works and breaks the page in IOS chrome browser, works fine in safari. |
@avinashSkeps and error in console is ...? |
Not able to get the error on mobile. |
From EasyList for AdBlock was removed blob filter by commit easylist/easylist@e797d63. Now works methods |
Supported browsers
Add-ons used in browsers can affect the functionality of pdfmake. If pdfmake is not working try disable add-ons in browser.
(the list may not be complete)
1
works only without (or with disabled) AdBlock add-on (because in EasyList is blocked using blob, see commit easylist/easylist@e3276b6)Removed by commit easylist/easylist@e797d63. Methods works with AdBlock add-on now.2
open
invokes dialog to open document, see #679 (comment)3 playground preview is unsupported
4 require disabled popup blocker
The text was updated successfully, but these errors were encountered: