Where can I find documentation or a reference for touchscreen events in Javascript, ex. \"touchstart\".
I found this useful link http://ross.posterous.com/2008/08/19/ip
I used this site when developing a mobile web app http://www.sitepen.com/blog/2008/07/10/touching-and-gesturing-on-the-iphone/
But with research I have gotten a decent list.
Other touch devices map the touch events to mouse events. Others ignore touch events.
To a Google API discussion - "Apart from mobile safari, there isn't a way to access touch events on desktops that have a touch screen."