Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on BlackBerry 6 (Torch) #5

Open
mwbrooks opened this issue Mar 2, 2011 · 1 comment
Open

Test on BlackBerry 6 (Torch) #5

mwbrooks opened this issue Mar 2, 2011 · 1 comment

Comments

@mwbrooks
Copy link
Owner

mwbrooks commented Mar 2, 2011

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

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

@ryanbetts
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants