Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollup causes refresh(reload) page #181

Open
RahilRK opened this issue Jan 6, 2020 · 1 comment
Open

Scrollup causes refresh(reload) page #181

RahilRK opened this issue Jan 6, 2020 · 1 comment

Comments

@RahilRK
Copy link

RahilRK commented Jan 6, 2020

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

@nurujjamanpollob
Copy link

I personally recommend remove swipe refresh as it cause problem.

For further assistant, contact me at this mail [email protected] and i also i am making a new android oroject that not released in github, i plan do more work and submit it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants