Skip to content

Commit c1eeb13

Browse files
zhaniaperezdc
authored andcommitted
[wpe] Remove unnecessary onInputMethodContextOut() call
There is a call onInputMethodContextOut() to hide IME when page loading starts. This is a workaround because WebKit didn't properly handle IME in this case. However, it has been fixed in WebKit by https://bugs.webkit.org/show_bug.cgi?id=273387. Thus this call can be removed.
1 parent 040e87b commit c1eeb13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wpeview/src/main/java/org/wpewebkit/wpe/WKWebView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ private void onLoadChanged(int loadEvent) {
460460
case WKWebView.LOAD_STARTED:
461461
if (wpeViewClient != null)
462462
wpeViewClient.onPageStarted(wpeView, uri);
463-
onInputMethodContextOut();
464463
break;
465464
case WKWebView.LOAD_FINISHED:
466465
if (wpeViewClient != null)

0 commit comments

Comments
 (0)