So I have this code which works perfectly okay on the computer browsers. I have tried it on Safari and Chrome on MAC, Windows and Linux and have not faced any issue. http://jsfiddle.net/3GC5h/3/
So I decided to try it on a touch device, namely the ipad. This is when I has issues with getting the functions support touch, but I found this plugin http://github.com/clau/Mouse2Touch/tree/master/Source/ which showed a lot of promise. So I added it to my code, but alas now my Canvas doesn't detect the mouse actions anymore! Help please... http://jsfiddle.net/3GC5h/3/ I would like to know, how I could support both touch and mouse events on the same page, thanks...
