I can\'t seem to make the android:windowSoftInputMode=\"stateVisible|adjustResize\" option work. When the soft keyboard shows, the scroll view doesn\'t automatically scroll
In Manifest:
android:windowSoftInputMode="adjustPan|stateVisible"
In layout xml bottom of all child layout of scrollview set one textview, such as
. . .