niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.48k stars 4.8k forks source link

Iframe is not working #3095

Open gxy5202 opened 1 year ago

gxy5202 commented 1 year ago

When the iframe is embedded in the web page, the structure generated by the iframe is incomplete, and the dom is not completely copied

kwisatz commented 1 year ago

@gxy5202 do you really expect help from not giving any details, no description?

gxy5202 commented 1 year ago

@gxy5202 do you really expect help from not giving any details, no description?

Awkward, mobile issues, fixed

josemariagarcia95 commented 1 year ago

Is there any update regarding the capture of iframes?

sajadZmani commented 11 months ago

@gxy5202 @josemariagarcia95 There is a conflict cross-origin with your rendered page and iframe URL. by the way, my issue is fixed with this: you can get your iframe content by iframeElement.contentWindow.document.body then create an image of that and replace it with the iframe element when you create main image