WebView not scrolling
I have a webview in NestedScrollView on screen. Also I have recycle view below the screen, and when recycle view items closes webview, i scroll up to see the webview again, at that point the content of the webview stops scrolling. How I can fix it?
@SuppressLint("SetJavaScriptEnabled", "JavascriptInterface")
private fun initWebView() {
web.let {
with(it.settings) {
javaScriptEnabled = true
userAgentString =...