Hello guys,
I have a customization platform for mobile covers. And I realized that stopped working in the latest versions of iOS the part of generating the image through the Canvas, someone else has this problem? Would you know how to solve it or do you have some news on the problem?
Javascript:
Var previewImage = canvas.toDataURL ("image / png", 1.0);
The code stops working on that line, but it works on the desktop, android, and older versions of iOS.
I think it has stopped since version 10.3.1.
For test the error, follow the instructions:
1. Access https://customize.querocase.com.br
2. Click on "2. Fotos".
3. Click on "Enviar".
4. Click on "Envie suas fotos".
5. Select one photo of your device.
6. Drag and drop photo on mask device.
7. Click on "Finalizar".
The system don't generate canvas image to print, If they are tested on the computer, they can see it working normally.