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 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...

Bug

### 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...

Bug

### 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...

Bug
priority

### 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...

Bug

### 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:...

Bug

### 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...

Bug

### 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...

Enhancement

### 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:...

Bug

### 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...

Documentation

### 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...

Enhancement