Skip to content

Scrollup causes refresh(reload) page #181

@RahilRK

Description

@RahilRK

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions