webView(_:insertInputSuggestion:)
Declaration
optional func webView(_ webView: WKWebView, insertInputSuggestion inputSuggestion: UIInputSuggestion)Parameters
- webView:
The web view where the input suggestion should be inserted.
- inputSuggestion:
The input suggestion that the user or system selected.
Discussion
Tells the delegate when the keyboard delivers an input suggestion.