Closed gervasiocaj closed 5 years ago
This occurs because the final image is a canvas element. I'm aware of the problem but unfortunately I am not sure how to fix it.
This occurs because the final image is a canvas element
A suggestion: have an img
overlay the canvas and then:
overlayImg.src = canvas.toDataURL();
Ran into this on mobile Safari too; the above suggestion sounds legit, should work. :)
The bottom image at the end cannot be long-clicked to download, and there is no specific button for it either. Tested in Chrome for Android and MIUI Browser.