setInputMethodContext

open fun setInputMethodContext(context: InputMethodContext? = 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.

Since

2.28

Parameters

context

the #WebKitInputMethodContext to set, or null