webview.MSWebViewUnsupportedUriSchemeIdentified event
Raised when there is navigation to an Uniform Resource Identifier (URI) that WebView does not support.
Syntax
function handler(eventInfo) { /* Your code */ } // addEventListener syntax webview.addEventListener("MSWebViewUnsupportedUriSchemeIdentified", handler); webview.removeEventListener("MSWebViewUnsupportedUriSchemeIdentified", handler);
Event information
| Synchronous | No |
|---|---|
| Bubbles | Yes |
| Cancelable | Yes |
Event handler parameters
- eventInfo
-
Type: Event
An object that contains information about the event.
Requirements
|
Minimum supported client |
Windows 10 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
None supported |
See also
Show: