Browsersupport IE11?
Sabartius opened this issue · 2 comments
Sabartius commented
Is this Component compatible to the evergreen Internet Explorer 11?
Your Github-Page at least gets stuck in the loading screen, so i couldn't check the demo.
bb1 commented
PDF support doesn't work in IE11or Edge.
The reason is this line:
canvas.toBlob()
is not supported in Internet Explorer or Edge see https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob#Browser_compatibility
I just found this out the hard way. :(
Everything else works fine. Except some minor styling problems in fullscreen and IE11.
bb1 commented
This should help though: https://www.npmjs.com/package/blueimp-canvas-to-blob