OSDN Git Service

b/3350774 avoid screen jumping when pinching to zoom.
authorHuahui Wu <hwu@google.com>
Thu, 20 Jan 2011 01:32:32 +0000 (17:32 -0800)
committerHuahui Wu <hwu@google.com>
Thu, 20 Jan 2011 02:14:09 +0000 (18:14 -0800)
commit1f30125c1c1efb1e8f2e6ce9ed79f768c243d63e
treef339d183581d0c53bee387f2e3a0fb5aef96b003
parent28f0a53a882a39bc22bc5892250411cadf6c0d5d
b/3350774 avoid screen jumping when pinching to zoom.

After the change that sends multi-touch to WebKit first, there is
a chance that the single-touch move event is handled before multi-
touch events are finished and this makes the page jumps.
This change skips those single-touch move events to avoid that.

Change-Id: I03992ef18c1de8e07933bd7cc6c12ffc02c014a8
core/java/android/webkit/WebView.java