wails
wails copied to clipboard
Create beautiful applications using Go
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like After running `wails init`, the generated project does not automatically perform...
# Description HTML drag and drop didn't work, and it looks like that's because `chromium.AllowExternalDrag(false)` is being called on any and all apps. I found [this issue](https://github.com/wailsapp/wails/issues/3782) which talks about...
# Description Backports Notification API from v3-alpha. Adds runtime functionality. No JS API at the moment, easy to add? This includes a self-signing build step for `dev` and `build`. I...
### Description Application works when compiled with "wails dev", but not with "wails build". The application uses the Vanilla Js template, and jQuery is loaded inside index.html. ### To Reproduce...
### Description 执行命令: ```go wails3 task windows:package ``` 错误: ```go Can't open script "project.nsi" ERROR task: Failed to run task "windows:package": exit status 1 ``` 请问有没有详细的wails3 打包windows的教程或者资料 ### To Reproduce...
# Description Add `EventsOffAll` to `window.runtime` and fix the relative frontend bindings Fixes #3136 ## Type of change Please select the option that is relevant. - [x] Bug fix (non-breaking...
### Is your feature request related to a problem? Please describe. While developing Wails using Vite as a frontend dev server there's a memory leak / continuous CPU usage because...
### Description **Affected Wails Version:** v2.10 (and likely other v2 versions) **Frontend Setup:** Vite (v5) with TypeScript, Rust/WASM via `wasm-pack --target web`. **Setup:** * npm 10.8.1 * gcc-13.2.0 * webkit2gtk-2.44.2...
### Description In the latest commit, I noticed that the `DisableMenu` property of the `WindowsWindow` structure is not available. Please look at this discussion for details: https://discord.com/channels/1042734330029547630/1363472149054226432 ### To Reproduce...
### Is your feature request related to a problem? Please describe. The project config "wails.json" only supports a single author according to the schema.json: https://wails.io/schemas/config.v2.json ```json "author": { "type": "object",...