In onKeyUp for DPAD_CENTER, show the IME for text input.

Fixes http://b/issue?id=2201966

Change-Id: Ifa8ab30e205e21e9e69e9a7405a0a6fc86c6c488
This commit is contained in:
Leon Scroggins
2009-10-21 15:35:33 -04:00
parent 6270d52c0d
commit 9d1abc43f5

View File

@@ -3410,6 +3410,7 @@ public class WebView extends AbsoluteLayout
}
if (isTextInput) {
rebuildWebTextView();
displaySoftKeyboard(true);
}
return true;
}