Skip to content

WebviewerPluginInstance.handleOpenUrl method

WebviewerPluginInstance › handleOpenUrl

Unofficial

Handle a custom open URL event from the webview.

Signature:

handleOpenUrl(event: CustomEvent<WebviewerOpenUrlEventDetail>): void

Parameters:

Parameter Type Description
event CustomEvent<WebviewerOpenUrlEventDetail> The custom event containing the URL details.

Returns: void