Make 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 Review URL: http://codereview.chromium.org/7606030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97109 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment