-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
I had open a page and itz long vertically and when i scroll down it works fine, but when I scrollup it refresh(reload) my whole page.
//here is my code
new FinestWebView.Builder(MainActivity.this)
.webViewUseWideViewPort(true)
.webViewAllowContentAccess(true)
.webViewSupportZoom(true)
.webViewJavaScriptEnabled(true)
.webViewAllowFileAccess(true)
.webViewLoadsImagesAutomatically(true)
.webViewDisplayZoomControls(true)
.webViewBuiltInZoomControls(true)
.webViewBlockNetworkImage(false)
.showUrl(false)
.show(Url);
Metadata
Metadata
Assignees
Labels
No labels