We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aefe4aa + 2dc3ffd commit 2cd50c9Copy full SHA for 2cd50c9
core/java/android/webkit/WebViewInputDispatcher.java
@@ -661,6 +661,7 @@ private void dispatchWebKitEvents(boolean calledFromHandler) {
661
// Web kit has decided to consume the event!
662
if (d.mEventType == EVENT_TYPE_TOUCH) {
663
enqueueUiCancelTouchEventIfNeededLocked();
664
+ unscheduleLongPressLocked();
665
}
666
} else {
667
// Web kit is being friendly. Pass the event to the UI.
0 commit comments