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
Adding these line in main layout solves the problem
android:descendantFocusability="blocksDescendants"