List of Javascript mobile events
Is there a list of mobile-specific Javascript events anywhere?
I know of the touch events:
- touchstart
- touchmove
- touchend
- touchenter
- touchleave
- touchcancel
and the orientation event:
- orientationchange
Are there others?