thumbs.js
thumbs.js copied to clipboard
Test on BlackBerry 6 (Torch)
Torch is a wonky device that has both point and touch interaction.
Does pressing the pointing fire a mouse, touch, or both?
Good question.
It should fire a touch event only. We'll run into this on certain Android devices as well. A trackball can basically be thought of as finger that can only touchstart, touchend and tap.
You won't even have to deal with a touchmove in the case of a trackball pointer, because it can't be moved while in a depressed state.