SAPWKUIDelegate
public protocol SAPWKUIDelegate : AnyObject
This protocol extends the WKUIDelegate with SAP specific functionality.
-
webView(_:createWebViewWith:for:windowFeatures:)Default implementationCreates a new web view, The web view returned must be created with the specified configuration. WebKit loads the request in the returned web view.
Default Implementation
Creates a new web view, The web view returned must be created with the specified configuration. WebKit loads the request in the returned web view.
Declaration
Swift
func webView(_ webView: WKWebView, createWebViewWith configuration: WKWebViewConfiguration, for navigationAction: WKNavigationAction, windowFeatures: WKWindowFeatures) -> WKWebView?