wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

Results 518 wails issues
Sort by recently updated
recently updated
newest added

These are some initial ideas to kick off discussions in https://discord.com/channels/1042734330029547630/1313964398154612786 Disclaimer: this was the output from a long conversation with Claude about what we are trying to achieve. It's...

### Description 启动时有概率崩溃,概率可能很小,这是错误信息 ` 2025/03/21 15:19:31 [WebView2] Environment created successfully [WebView2 Error] The parameter is incorrect. 2025/03/21 15:19:31 1: github.com/wailsapp/go-webview2/pkg/edge.(*Chromium).errorCallback D:/Go/PATH/pkg/mod/github.com/wailsapp/[email protected]/pkg/edge/chromium.go:151 2025/03/21 15:19:31 2: github.com/wailsapp/go-webview2/pkg/edge.(*Chromium).Focus D:/Go/PATH/pkg/mod/github.com/wailsapp/[email protected]/pkg/edge/chromium.go:580 Stack trace: 2025/03/21 15:19:31...

Bug

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Golang already supports compiling to the linux/loongarch64 platform target program. Can...

Enhancement

### Description I have a problem with WebView2, i.e. when I run the `wails dev` command after a while it tells me that the version must be lower than the...

Bug
TODO

### Is your feature request related to a problem? Please describe. You currently cannot install the wails cli on FreeBSD via `go install ...` (and even if you could I'm...

Enhancement

### Have you read the Documentation Contribution Guidelines? - [x] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing). ### Description You would like to add a context menu option when a...

Enhancement

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `website/package.json` #### Vulnerabilities that will...

### Is your feature request related to a problem? Please describe. When I click the close button of the form, the application exits directly. I want to confirm again when...

Enhancement

### Description Using wails to read serial port device data frequently causes blue screen, but using c++ will not. ![微信图片_20250114181437](https://github.com/user-attachments/assets/aac57054-4acb-4660-b185-7b9d559c24ec) ### To Reproduce Using wails to read serial port device...

Bug

### Description under v2.9.0 ,found a generate module bug,if go struct with nest sub struct,with named json tag ; ### To Reproduce As follow ```go type LicenseCreateEntity struct { Name...

Bug