wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

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

### Description The start app can't run when i run the `wails dev`. reference doc: https://wails.io/docs/gettingstarted/firstproject If i use the `wails build`, the app can be used well. ### To...

Bug

# Description Fixes # (issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...

On Hold

### Description v2.7 instoduced `SingleInstanceLock`, but on linux the `SecondInstanceData.WorkingDirectory` is always empty: https://github.com/wailsapp/wails/blob/dc5f0b6e7bc6d21d3eeb88f65b77423e85256fb7/v2/internal/frontend/desktop/linux/single_instance.go#L55-L57 ### To Reproduce ```go func (a *App) secondInstance(data options.SecondInstanceData) { runtime.LogInfof(a.ctx, "%#v", data) } ``` ```sh...

Bug

### Description just import EventsOffAll hash syntax error, but EventsOnand other functions do not report errors ``` import {EventsOffAll, EventsOn, WindowReload} from "../wailsjs/runtime"; ``` ![image](https://github.com/wailsapp/wails/assets/30519218/2947f22c-3492-4c90-b644-08ea0eb09f3e) ### To Reproduce When loading...

Bug

# Description This is an initial draft on adding Qt QWebEngine support. ## Type of change - [ ] New feature (non-breaking change which adds functionality) # How Has This...

### Description When I use images to play videos on the front-end, the transmitted data content will accumulate in the cache and cannot be released. I use runtime The Windows...

Bug

### Description When the app is running in MacOS, all system animations slow down. For example, When I open my app, If I use 3 fingers gesture to tile all...

cannot reproduce
Not a Wails Issue

### Is your feature request related to a problem? Please describe. I like to have my software listed in the show cases section. ### Describe the solution you'd like I...

Enhancement

### Description I've been getting this error for the last few days. It used to be fine and would open a new window that would instantly show the changes I...

Bug
cannot reproduce

### Is your feature request related to a problem? Please describe. The winres package version 1.5 causes unnecessary concern due to an executable in its testdata directory being frequently flagged...

Enhancement