html2canvas does not work with Google Maps Pan

前端 未结 4 2016
终归单人心
终归单人心 2020-11-27 18:55

I\'m using html2canvas to save my online map as an image (See the Save as Image link). I\'ve tried it in Firefox, Chrome and Opera.

It tends to work more often if

4条回答
  •  -上瘾入骨i
    2020-11-27 19:33

    In my case i just allowed Cross Origin Resource Sharing (CORS) in the html2Canvas configuration and it worked for me.

    useCORS:true,
    

    For more info you can refer to the html2Canvas Documentation: http://html2canvas.hertzen.com/configuration

提交回复
热议问题