mirror of
https://github.com/wavetermdev/wails.git
synced 2026-04-22 15:26:15 -07:00
21 lines
278 B
Plaintext
21 lines
278 B
Plaintext
|
|
---
|
||
|
|
sidebar_position: 7
|
||
|
|
---
|
||
|
|
|
||
|
|
# Browser
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
These methods are related to the system browser.
|
||
|
|
|
||
|
|
### BrowserOpenURL
|
||
|
|
Go Signature: `BrowserOpenURL(ctx context.Context, url string)`
|
||
|
|
|
||
|
|
JS Signature: `BrowserOpenURL(url string)`
|
||
|
|
|
||
|
|
Opens the given URL in the system browser.
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|