I have some edittexts in a scrollview. When a user clicks on them the keyboard shows up and sometimes it covers the edittext. The user can scroll the half of the screen that shows the page to the edittext but the minute the user types something it immediately scrolls to the top obscuring the edittext again.
How do I get this to stop?
Also for what it's worth the scrollview has
android:focusableInTouchMode="true"
in it's XML.