Linked Questions

Popular Questions

Multiple versions of html2canvas

Asked by At

I updated version of html2canvas from v0.5.0 to v1.0.0, then a certain function stopped working on iOS.

So, I'd like to use v0.5.0 on iOS and v1.0.0 on other devices.

How can I have and use both versions of html2canvas on my web app?

Related Questions