You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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);
The text was updated successfully, but these errors were encountered: