---
title: "webView(_:insertInputSuggestion:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/wkuidelegate/webview(_:insertinputsuggestion:)"
---

# webView(_:insertInputSuggestion:)

## Declaration

```swift
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

Discussion Tells the delegate when the keyboard delivers an input suggestion.
