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
You can simply add this to your LinearLayout: android:focusableInTouchMode="true". It works for me.