DescriptionDisable tap suppression controller on Android WebView
WebView apps may override WebView#computeScroll to customize
fling/scroll. So the animations may not be ticked (if the overriden
computeScroll does not call super). InputHandlerProxy could see a
fling starting but never animating. Tap suppression controller
will be confused in this case and suppress too aggressively.
Just disable it on Android WebView.
BUG=514783
Patch Set 1 : #
Total comments: 1
Messages
Total messages: 9 (3 generated)
|