htm2canvas无法捕获Google地图

时间:2018-07-20 19:28:45

标签: phonegap-build html2canvas

我正在使用此代码从googlemaps中捕获包含一些数据和地图的div

function canvascapture(){
     html2canvas(document.querySelector("#myMapsDiv")).then(function(canvas) {
     document.body.appendChild(canvas);
     dataURL = canvas.toDataURL();
 });

我无法创建结果。  我读了一些有关CORS的内容,但是我不知道如何在这里实现它。

0 个答案:

没有答案