wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

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

### Description Hi, everybody! It would be great to have the same feature as the electron has. Please see the link below. https://www.electronjs.org/docs/api/browser-window#winsetignoremouseeventsignore-options ### To Reproduce null ### Expected behaviour...

Bug

### Description How to package the associated. pos suffix file and double-click to open it, supporting Windows and macos Can I automatically associate. pos files through packaging and support double...

Bug

### Description The underlying text is visible through an element with the backdrop-filter blur rule applied. there is a blur but the text shouldn't show through too. this is only...

Bug

### Description I am running into an issue where changes inside the frontend are not being updated in the Wails window. Navigating to both the Vite frontened (5173) and Wails...

Bug
TODO

### Description Looks to be once the application is packaged on Mac OS, it cannot perform any docker calls on `exec.Command()` but work perfectly fine if called from `wails dev`...

Bug
Not a Wails Issue

### Is your feature request related to a problem? Please describe. I have a problem with catching compile errors after I change my models in backend. So everywhere in frontend...

Enhancement

### Description In macOS, when closing an application by right-clicking on the dock, the shutdown signal cannot be received and the subsequent shutdown cannot be processed. ### To Reproduce Right-click...

Bug

### Description I created a project with `wails init` and after running `wails dev` a few times the application window was not displayed. I think it is because of the...

Bug

### Is your feature request related to a problem? Please describe. I hope that the packaged frontend resources can be used directly in the browser. Currently, accessing it with the...

Enhancement
v3

### Description When terminating a Wails application using Ctrl+C, the application shuts down prematurely, not allowing the shutdown handler to complete its execution. This behavior is inconsistent with how the...

Bug