一、html2canvas在IOS微信中點(diǎn)擊無反應(yīng)
? ? ? ? 使用 html2canvas 1.0.0-rc.4 這個(gè)指定版本即可
二挂疆、html2canvas圖片跨域問題
????第一步:設(shè)置useCORS為true允許跨域
? ??new html2canvas(document.getElementById('printDiv'), {
? ? ? ? ? ? ? useCORS: true? //允許跨域
? ? ? }).then(canvas => {
? ? ? ? ? ? ? this.canvasImg = canvas.toDataURL("image/jpeg", 1); // 導(dǎo)出圖片
? ? ? ? ? ? ? this.showPopup= true
????});
第二步:如果還不行,找到html2canvas.js(依賴包中dist下的html2canvas.js)下載到本地下翎,然后更改img的src增加一個(gè)隨機(jī)參數(shù)缤言,然后使用本地靜態(tài)js文件即可。