wails
wails copied to clipboard
Create beautiful applications using Go
### Description Imagine you have multiple monitors. With these screen-setup (for example)  If you set the application to Position 0,0: `WindowSetPosition(0,0)` the window will be set correctly to the...
### 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:...
### 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...
### 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",...
### 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 |...
### 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...
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'...
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...
# 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...