How to prevent a scrollview from scrolling to a webview after data is loaded?

后端 未结 7 1660
梦如初夏
梦如初夏 2020-11-29 16:22

So I have a fascinating problem. Despite the fact that I\'m not manually or programmatically scrolling my view, my WebView is being automatically scrolled to after the data

相关标签:
7条回答
  • 2020-11-29 17:02

    Adding these line in main layout solves the problem

    android:descendantFocusability="blocksDescendants"
    
    0 讨论(0)
提交回复
热议问题