Hello, I did a project in HTML 5 and I'm in trouble to capture the event click on the iPad, I believe this problem should occur on the iPhone too.
Could anyone help me?
Thanks
Code:
<body onload="border()" onclick="drawLine(event.clientX, event.clientY)">
<canvas id="mycanvas" width="800" height="600">
Gain access to this script with a browser that supports HTML 5 canvas
</canvas>
</body>
Could anyone help me?
Thanks