MSWebViewUnsupportedUriSchemeIdentified event
Collapse the table of content
Expand the table of content

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

SynchronousNo
BubblesYes
CancelableYes

 

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

webview

 

 

Show:
© 2017 Microsoft