I have a WebView that contains an input form. When the user selects the first input the keyboard appears and will scroll the WebView so that the input is uncovered. My probl
You need to add android:windowSoftInputMode="adjustResize" to your WebView tag in layout xml.
android:windowSoftInputMode="adjustResize"