wails
wails copied to clipboard
Create beautiful applications using Go
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...
### 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...
### 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...
### 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...
### 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...
 ### 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...
### Description Using wails to read serial port device data frequently causes blue screen, but using c++ will not.  ### To Reproduce Using wails to read serial port device...
### 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...