I have a simple WebView that runs a web application on an Android. The problem is when I rotate the phone to change it to landscape the webview rel
WebView
webview
Add the following to your AndroidManifest:
android:configChanges="orientation|keyboard|keyboardHidden"
So it should look something like this:
Obviously, if your WebView needs keyboard support then don't include the keyboard options.