Explicitly requesting that the IME resize the WebView.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 938dc27..8a16fbe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -52,7 +52,8 @@
android:launchMode="singleTask"
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden"
- android:theme="@style/BrowserTheme" >
+ android:theme="@style/BrowserTheme"
+ android:windowSoftInputMode="adjustResize" >
<!-- For these schemes were not particular MIME type has been
supplied, we are a good candidate. -->
<intent-filter>