<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebUIDelegate/webView(_:createWebViewModalDialogWith:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(pl)WebUIDelegate(im)webView:createWebViewModalDialogWithRequest:"
  },
  "title" : "webView(_:createWebViewModalDialogWith:)"
}
-->

# webView(_:createWebViewModalDialogWith:)

Creates a modal window containing a web view that loads the specified request.

```
optional func webView(_ sender: WebView!, createWebViewModalDialogWith request: URLRequest!) -> WebView!
```

## Parameters

`sender`

The web view that sent the message.

`request`

The request to load.

## Return Value

The web view that is loading the specified request.

## Discussion

This method is invoked when JavaScript calls `window.showModalDialog`. It should create a new modal window containing the web view and initially hide the window. The [`webViewRunModal(_:)`](/documentation/WebKit/WebUIDelegate/webViewRunModal(_:)) message is sent to the delegate to display the web view.

## See Also

  [WebKit Objective-C Programming Guide](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/DisplayWebContent/DisplayWebContent.html#//apple_ref/doc/uid/10000164i)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)