I have created a activity Webview content placed in Recyclerview. I want to get the scroll Y position when I scroll webview. I tried Webview.
Webview
Recyclerview
Webview.
computeVerticalScrollOffset()is more convenient at this situation as @Pkmmte mentioned.
computeVerticalScrollOffset()
mTotalScrolled = recyclerView.computeVerticalScrollOffset();