2021-09-27 19:35:30 +10:00
|
|
|
---
|
|
|
|
|
sidebar_position: 7
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Browser
|
|
|
|
|
|
|
|
|
|
These methods are related to the system browser.
|
|
|
|
|
|
|
|
|
|
### BrowserOpenURL
|
2022-08-22 17:59:28 +08:00
|
|
|
|
2021-09-27 19:35:30 +10:00
|
|
|
Opens the given URL in the system browser.
|
2022-08-27 11:17:03 +10:00
|
|
|
|
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/>
|
|
|
|
|
JS: `BrowserOpenURL(url string)`
|