WebviewerPluginInstance.openUrlExternally method
WebviewerPluginInstance › openUrlExternally
Unofficial
Open a URL in the system default browser.Signature:
openUrlExternally(url: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| url | string | The URL to open externally. |
Returns: void