What's new
Apple iPad Forum 🍎

Welcome to the Apple iPad Forum, your one stop source for all things iPad. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

event click

lipemh

iPF Noob
Joined
Oct 6, 2010
Messages
4
Reaction score
0
Location
Brazil
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.

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
 
OP
L

lipemh

iPF Noob
Joined
Oct 6, 2010
Messages
4
Reaction score
0
Location
Brazil
Someone develops iPad or iPhone?

no need to solve exactly the problem of html5, can be even in some application.
 

Most reactions

Top