wails
wails copied to clipboard
Create beautiful applications using Go
### Description The binding generator does not properly handle maps, type aliases and other packages types: In my codebase I have a file where I save all the types used...
### Description I am getting this error every time the app hot-reloads. First run is fine, but if I change anything on the frontend, I get a blank screen with...
### Description Wails and/or WebKit GTK does not handle display scaling correctly. I don't know if this is a Wails issue or an upstream WebKit GTK issue. ### To Reproduce...
### Description When I refresh the webpage in windows 11 the ram consumption increases a lot. I think this is because it creates a context each time you refresh and...
### Description If you build an executable which needs elevated access to be ran, and try to run it from a standard(not admin) user, it fails because of this error:...
### Description JavaScript API WindowSetSize return value is null, not Promise ### To Reproduce Call JavaScript API WindowSetSize directly ### Expected behaviour The type signature is Promise, and the printed...
### Is your feature request related to a problem? Please describe. Webkit2gtk is slow and lacks many features (such as WebRTC) on raspberry pi. ### Describe the solution you'd like...
### Description I attempted to build a Windows binary on a GitLab CI Windows Server Core version 1809 runner and it failed: ``` # Building target: windows/amd64 • Generating bindings:...
### Have you read the Documentation Contribution Guidelines? - [X] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing). ### Description I would like to create Wails documentation in Vietnamese!! ### Self-service...
### Is your feature request related to a problem? Please describe. I want to implement using a keyboard shortcut to hide/show the application. ### Describe the solution you'd like Support...