DescriptionMake touch event handling more consistent with Android keyboard.
The notable change is that now characters are input in the timing of touchend
instead of touchstart.
This is necessary for showing popup keyboard by long-press without inputting
the chracacter of the pressed key.
This CL also changes the key to send a pair of keydown and keyup on touchend,
which is consistent with Android keyboard behavior.
BUG=none
TEST=Manually on the device
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97109
Patch Set 1 #
Total comments: 6
Patch Set 2 : Modify setupKeyEventHandlers #Messages
Total messages: 5 (0 generated)
|