wails
wails copied to clipboard
Create beautiful applications using Go
### 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 have an enum which provides types for my events that...
### Description Using npm link to include a local copy of a binary crashes`wails build`, for example, pro versions you can't bundle with your source repo. "@fontawesome": "file:~/Code/lib/fontawesome/npm" running npm...
Custom titlebars are not natively supported on Windows (WebView2) which means wails can't support them currently, but there is actually an [issue in WebView2Feedback](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4532) that resulted in a [specification](https://github.com/MicrosoftEdge/WebView2Feedback/pull/4613/files#diff-72a4d90b49c01ab981142a20635948a83ba4366a75f4f59629b33f949be6b06d), and...
### Is your feature request related to a problem? Please describe. On Windows, Wails's primary WndProc doesn't handle `WM_ENDSESSION` nor `WM_QUERYENDSESSION`, which results in `OnShutdown` not executing on system shutdown....
### Is your feature request related to a problem? Please describe. Hello, I have been testing out the v3-alpha branch locally and the new events system is really nice to...
### Description The default web behaviour of JavaScript drag'n'drop is not working. The `dragover` event is never emitted. It only happens in the wails window, it works fine by using...
In Wails v2.9.3, `-buildvcs=false` was added to the compile step. This affects my build because I was displaying git info in my application as a form of version information. I...
### Description I successfully compiled a binary file on Windows-server 2016, but it does not respond or crashes when I double-click it to open it. However, I can successfully execute...
### Description The UI window will crash and exit abnormally even if it communicates with the backend once or has not communicated for a period of time, prompting to restart...
### Description The operation process is as follows: 1. Download webview2 2. Configure WebviewBrowserPath as the local webview2 folder 3. Use the 'wails build' command to package 4. Running the...