PopupRequestedEventArgs

class : System.EventArgs

Namespace: Vuplex.WebView

Event args for PopupRequested.

Summary

Public properties

Url

string Url

The URL for the popup.

Important note

Note that with 3D WebView for Android, the Url field may be empty in some cases when using PopupMode.LoadInNewWebView.

WebView

IWebView WebView
The new webview that was created for the popup if the webview's popup mode is set to PopupMode.LoadInNewWebView, or null if the popup mode is set to PopupMode.NotifyWithoutLoading.