mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-11 17:29:48 +01:00
Fixed scrolling WebView when zooming
This commit is contained in:
@@ -410,8 +410,8 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
}
|
||||
}
|
||||
}
|
||||
if (viewportHeight == 0)
|
||||
intercept = false;
|
||||
//if (viewportHeight == 0)
|
||||
// intercept = false;
|
||||
getParent().requestDisallowInterceptTouchEvent(intercept || event.getPointerCount() > 1);
|
||||
|
||||
lastX = event.getX();
|
||||
|
||||
Reference in New Issue
Block a user