Open RahilRK opened 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!
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);