Skip to content

WebviewerPluginInstance.openUrlExternally method

WebviewerPluginInstance › openUrlExternally

Unofficial

Open a URL in the system default browser.

Signature:

openUrlExternally(url: string): void

Parameters:

Parameter Type Description
url string The URL to open externally.

Returns: void