Closed GoogleCodeExporter closed 9 years ago
I've noticed this too. It's really, really bad. It takes longer to register
that I'm exploring by touch than to actually say whatever I'm touching. Typing
is a chore beyond all description, and general exploration is inconvenient.
Original comment by camlor...@gmail.com
on 20 Oct 2013 at 6:11
I believe there is a bit of delay introduced by the framework when assessing
the nature of the finger movement on the screen, but I think it is necessary.
Essentially our explore by touch state machine needs to capture several touch
events to calculate the velocity of the touch point. This is used to determine
if the user is exploring or moving their finger quickly to perform an
accessibility gesture.
We've made some changes in 4.4 that ensures these first several points are
redelivered to the underlying application, which may marginally improve things.
Original comment by caseybur...@google.com
on 5 Dec 2013 at 6:58
Original issue reported on code.google.com by
rudolfwe...@gmail.com
on 29 Sep 2013 at 1:29