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
@Override public void onConfigurationChanged(Configuration newConfig){ super.onConfigurationChanged(newConfig); }
Add above method in your activity.. and
android:configChanges="keyboard|keyboardHidden|orientation"
in your manifest file