Fixed scroll issues original view

master
M66B 3 weeks ago
parent e0473ffecf
commit b3aa574923

@ -410,8 +410,11 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
}
}
}
//if (viewportHeight == 0)
// intercept = false;
// There will be scroll issues without this
if (viewportHeight == 0)
intercept = false;
getParent().requestDisallowInterceptTouchEvent(intercept || event.getPointerCount() > 1);
lastX = event.getX();

Loading…
Cancel
Save