WebviewerPluginInstance.handleOpenUrl method
WebviewerPluginInstance › handleOpenUrl
Unofficial
Handle a custom open URL event from the webview.Signature:
handleOpenUrl(event: CustomEvent<WebviewerOpenUrlEventDetail>): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | CustomEvent<WebviewerOpenUrlEventDetail> | The custom event containing the URL details. |
Returns: void