Contents

popupWebView

A web view loaded with the pop-up page for this action, or nil if no pop-up is specified.

Declaration

var popupWebView: WKWebView? { get }

Discussion

The web view will be preloaded with the pop-up page upon first access or after it has been unloaded. Use the presentsPopup property to determine whether a pop-up should be displayed before using this property.

See Also

Related Documentation