WebView.setInputMethodContext
void setInputMethodContext(webkit.input_method_context.InputMethodContext context = null)Set the #WebKitInputMethodContext to be used by web_view.
Set the #WebKitInputMethodContext to be used by web_view, or null to not use any input method. Note that the same #WebKitInputMethodContext can't be set on more than one #WebKitWebView at the same time.
Parameters
context | the #WebKitInputMethodContext to set, or null |