wails
wails copied to clipboard
Create beautiful applications using Go
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...
### 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...
### 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)...
### 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...
### 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? ###...
### 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...
### 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...