TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 532 forks source link

Scrollup causes refresh(reload) page #181

Open RahilRK opened 4 years ago

RahilRK commented 4 years ago

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 commented 4 years ago

I personally recommend remove swipe refresh as it cause problem.

For further assistant, contact me at this mail nurujjamanpollob@gmail.com and i also i am making a new android oroject that not released in github, i plan do more work and submit it!