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 Imagine you have multiple monitors. With these screen-setup (for example) ![Bildschirmfoto_2025-01-12_14-38-11](https://github.com/user-attachments/assets/6385e00e-48fc-49d3-a2de-f423e010a485) If you set the application to Position 0,0: `WindowSetPosition(0,0)` the window will be set correctly to the...

Enhancement
awaiting feedback

### Description wails dev doesn't work, can't find a solution wails build does work work ``` PS C:\Users\domin\OneDrive\Desktop\Sigma-Launcher\Sigma-Launcher> wails dev Wails CLI v2.9.2 Executing: go mod tidy • Generating bindings:...

Bug

### Description May I ask if the maximum timeout for HTTP requests in the Walis browser is around 60 seconds? However, we did not find any request time limit in...

Bug

### Description In the backend I have a drop handler registered with `runtime.OnFileDrop`. In the frontend I have this, as per [here](https://github.com/wailsapp/wails/issues/3686#issuecomment-2571720540): ```js addEventListener("drop", (event) => { event.preventDefault(); }); addEventListener("dragover",...

Bug

### Description When I try to build simple application on macos I got error ``` # github.com/wailsapp/wails/v2/pkg/assetserver/webview ../../../go/pkg/mod/github.com/wailsapp/wails/[email protected]/pkg/assetserver/webview/request_darwin.go:9:9: fatal error: Foundation/Foundation.h: No such file or directory 9 | #import |...

Bug
cannot reproduce

### Is your feature request related to a problem? Please describe. Currently, `runtime.ScreenGetAll()` provides information about screen size but lacks screen position data, which is crucial for proper window positioning...

Enhancement

This is a followup from https://github.com/wailsapp/go-webview2/pull/25#issuecomment-2513894748 which couldn't be fixed properly as `wails build` fails in Windows if it were changed. The cause of the build failure is due to...

### Description After creating a new wails app, running `wails dev` I get the expected output : however, when going to http://localhost:34115 in chrome or safari I get 'connection refused'...

Bug
High Priority

It's currently possible to use GitHub actions to sign Mac binaries and that may be the best way to do this, however it may also be worth looking at this...

TODO
v3

# Description Fix initial template go version to the correct version. When attempting to initialise a hello world, this error comes up. ``` xelus:~/sandbox$ wails init -t svelte-ts -n helloworld...