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
trafficstars

The list of known bugs are tracked [here](https://github.com/orgs/wailsapp/projects/2).

### Is your feature request related to a problem? Please describe. For many purposes of binding notifications and background processes windows requires the appID to bind. ### Describe the solution...

TODO

### Description I'm trying to serve local video files form a custom AssetsHandler. From the dev server everything works fine, however on production the AssetsHandler "ignores" the requests from the...

Bug

### Description Sorry guys, another issue) There is an issue about a go function's bind. Here is a bind function ```go func (a *App) Bool(k string, v ...bool) (res bool)...

Bug
TODO
Workaround Available

### Is your feature request related to a problem? Please describe. no ### Describe the solution you'd like use gin or beego to serve index and wails to serve it...

Awaiting Feedback

### Is your feature request related to a problem? Please describe. 1. how to transfer file from frontend to backend? 2. how to transfer file from backend to frontend? ###...

Awaiting Feedback

### Discussed in https://github.com/wailsapp/wails/discussions/1587 Originally posted by **brys0** July 18, 2022 I'm not sure if this exists yet but I couldn't find any documentation on the topic. I'd appreciate it...

TODO

### Description `window.onclick` fired with unwanted `MouseEvent.button` value on a mouse click. These are the values I got. Left: 0 Middle: 1 Right: doesn't fire the event. shows context menu...

Awaiting Feedback
Cannot Reproduce

As part of the 2.0 release, we need some basic tutorials in place.

In Progress

Upgrade from Vite 2 to 3

TODO