Merge "Fix bug 4099023 - Phantom clicks on some websites" into honeycomb-mr1
This commit is contained in:
@@ -5384,7 +5384,8 @@ public class WebView extends AbsoluteLayout
|
||||
private boolean shouldForwardTouchEvent() {
|
||||
return mFullScreenHolder != null || (mForwardTouchEvents
|
||||
&& !mSelectingText
|
||||
&& mPreventDefault != PREVENT_DEFAULT_IGNORE);
|
||||
&& mPreventDefault != PREVENT_DEFAULT_IGNORE
|
||||
&& mPreventDefault != PREVENT_DEFAULT_NO);
|
||||
}
|
||||
|
||||
private boolean inFullScreenMode() {
|
||||
|
||||
Reference in New Issue
Block a user