weepy / __issues

__issues
0 stars 0 forks source link

six finger touches bug #1006

Closed alexfoxy closed 11 years ago

alexfoxy commented 11 years ago

breaks on device

weepy commented 11 years ago

is it 6 touches anywhere - or just on the grid ?

alexfoxy commented 11 years ago

anywhere

weepy commented 11 years ago

very odd.

alexfoxy commented 11 years ago

Do you get it on five? On 15 Sep 2013 21:20, "weepy" notifications@github.com wrote:

very odd.

— Reply to this email directly or view it on GitHubhttps://github.com/weepy/__issues/issues/1006#issuecomment-24479270 .

weepy commented 11 years ago

yes

On Sun, Sep 15, 2013 at 9:27 PM, alexfoxy notifications@github.com wrote:

Do you get it on five? On 15 Sep 2013 21:20, "weepy" notifications@github.com wrote:

very odd.

— Reply to this email directly or view it on GitHub< https://github.com/weepy/__issues/issues/1006#issuecomment-24479270> .

— Reply to this email directly or view it on GitHubhttps://github.com/weepy/__issues/issues/1006#issuecomment-24479429 .

weepy commented 11 years ago

investigating as this is really weird.

alexfoxy commented 11 years ago

it's odd. It seems that there's no touch end if you have more than six touches!

weepy commented 11 years ago

is that the same if u run it form mobile chrome ?

alexfoxy commented 11 years ago

because event.touches.length only goes up to 5!

weepy commented 11 years ago

added something that should help get out of it - ie on touch start - any non registerd touches will get "ended" .

needs tests on device

weepy commented 11 years ago

fixes improves as best as we can . it's pretty hard to use 6 fingers too !

will still get stuck - but will all turn off on first touchstart

closing for now.