Skip to content
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

can not download the picture in IE #20

Open
luckhhn opened this issue Jul 22, 2017 · 2 comments
Open

can not download the picture in IE #20

luckhhn opened this issue Jul 22, 2017 · 2 comments

Comments

@luckhhn
Copy link

luckhhn commented Jul 22, 2017

First thank you, i use your demo, but can not download the picture in IE, please tell me how to solve this problem?

@ChetnaGupta
Copy link

I am also kind of facing download issues in IE11 for PNG.JPG format. Did we find a fix for this issue ??

@hotgeart
Copy link

hotgeart commented Jul 17, 2018

@luckhhn & @ChetnaGupta did you find a solution ? Same problem :

        html2canvas(document.querySelector("#print")).then(function (canvas) {
            //document.body.appendChild(canvas);
            return Canvas2Image.saveAsPNG(canvas);
    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants