Description[Android] Thoroughly reset gesture detection upon page navigation
The current gesture reset logic on Android uses a cancellation event
synthesized from the active touch sequence. However, this fails to reset
detection for timeout-based events, e.g. delayed tap and double-tap,
just after the pointer has just been released. Expose an explicit gesture
detection reset hook on the GestureProvider, called when the main
frame navigates or the window loses focus.
BUG=418402
Committed: https://crrev.com/d47c1e4b6bb7e9b485f6dfede0236ddd5c823878
Cr-Commit-Position: refs/heads/master@{#303749}
Patch Set 1 #Patch Set 2 : Cleanup #
Total comments: 2
Patch Set 3 : Fix comment #
Messages
Total messages: 15 (5 generated)
|