Fixed scrolling WebView when zooming

This commit is contained in:
M66B
2025-11-23 11:52:24 +01:00
parent f2984c2b7c
commit 52135c5802

View File

@@ -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();