I am working with WebView
and my problem is that whenever the scrollbar reaches to the end or top of WebView
it should indicate this to me with some boolean value so that I can display the next and previous page correspondingly.
I am working on a project and I want to show a HTML file as a html reader so I want to know whenever the scrollbar reaches the end of webpage so I can load the further pages.