Issue #1345Opened August 6, 2018by alibouaziz3 reactions

html2canvas give blank

Question

Code SnippetTEXT
i want to export the disposition to an image, but give me blank image.
var div = document.querySelector('#wrapper');
                    html2canvas(div, {
                        onrendered: function (canvas) {
                            var screanshot = canvas.toDataURL("image/png");
                        }
                    });
thanks.

Answers (3)

HakuTheWolfSpiritAugust 7, 20182 reactions

I advise you to ask the question under the html2canvas tag on StackOverflow. This is not really an issue with grapesjs. Also check wether your document.querySelector returns null. I think you are not using the iframe document.

artfAugust 10, 20181 reactions

@alibouaziz the #wrapper is inside the GrapesJS's iframe, so querySelector returns nothing. You can access the content of the iframe via Canvas module, so to get the body you would do editor.Canvas.getBody()

lock[bot]September 17, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.