Open kagaricyan opened 6 years ago
Having the same problem...any ideas? What if we don't use postcss plugin? But my whole page is using postcss...
I also encountered the same problem, how can I solve it?
I have the same problem. Do you guys solve it?
using this plugin then in ios device the converted canvas only show to many text like this : 'viewport-units buggyfill;width:xx vw;height:xx vw;font-size:xx vw' on screen anywhere; more one question is why you clone many dom node out of what i've given you using
let target = document.getElementById('id);
html2canvas(target);`;in promise, i saw many out dom node what's out of which i set the id.??????????