Resource for iPhone Javascript events?
Can any one tell me where to find the list of Javascript events like touchst开发者_C百科art
, touchmove
for the iPhone and iPad devices?
Is there is any book available for it?
Apple's developer site has documentation for all the additions they have made to the DOM, and specifically for touch events.
- Safari DOM Additions Reference
- TouchEvent Class Reference
精彩评论