mwbrooks / thumbs.js

Add touch support to your browser with thumbs.js - a small, transparent, and syntax-less library.
http://mwbrooks.github.com/thumbs.js/
MIT License
318 stars 36 forks source link

Test on BlackBerry 6 (Torch) #5

Open mwbrooks opened 13 years ago

mwbrooks commented 13 years ago

Torch is a wonky device that has both point and touch interaction.

Does pressing the pointing fire a mouse, touch, or both?

ryanbetts commented 13 years ago

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.