Merge commit '66fa5cc73dd20e8656c478e95f07798d8e20b44a' into kraken * commit '66fa5cc73dd20e8656c478e95f07798d8e20b44a': Force redraw in touch_up if there is a move.
This commit is contained in:
@@ -4939,6 +4939,11 @@ public class WebView extends AbsoluteLayout
|
||||
WebViewCore.pauseUpdatePicture(mWebViewCore);
|
||||
// fall through to TOUCH_DRAG_MODE
|
||||
} else {
|
||||
// WebKit may consume the touch event and modify
|
||||
// DOM. drawContentPicture() will be called with
|
||||
// animateSroll as true for better performance.
|
||||
// Force redraw in high-quality.
|
||||
invalidate();
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user