OSDN Git Service

Resize the WebView when the soft-keyboard appears in landscape mode.
authorDerek Sollenberger <djsollen@google.com>
Thu, 21 Jan 2010 15:37:38 +0000 (10:37 -0500)
committerDerek Sollenberger <djsollen@google.com>
Thu, 21 Jan 2010 15:37:38 +0000 (10:37 -0500)
commit7cabb03da7053f3ceb5ff8b41b6a46052c6658a1
tree62161eda354c6a215ec31deeabc0578027da7a7b
parentaf2af4e53aedb14c781d0351565fd7bec55a141a
Resize the WebView when the soft-keyboard appears in landscape mode.

The WebView notifies the IME that it wishes to be resized when the
soft-keyboard is displayed. This fixes http://b/2170192.
core/java/android/webkit/WebView.java