wails
wails copied to clipboard
Create beautiful applications using Go
### Description I am trying to create a transparent background application. It is working in linux and windows as expected but it is not transparent for macOS. Here is the...
### Description After updating to wails 2.4.1 version in mac version 10.14.6(Mojave), while compiling the wails project we are receiving the following the error: **WailsContext.m:221:28: error: property 'fraudulentWebsiteWarningEnabled' not found...
### Description I am not able to open the dev server on port 34115 (build works just fine). Using Curl/Test Net Connection tells me, that nothing on that port is...
### Description It seems that `wails dev` doesn't call the `OnShudown` function when restarting the app after detecting some code change. Tis prevents us from killing any background process /...
### 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 app that is represented by a systray icon....
### Is your feature request related to a problem? Please describe. I was trying to implement `web authn` on wails app, getting `Unhandled Promise Rejection: NotAllowedError: Operation failed` on calling...
### Description On Linux, the timing when `OnDomReady` is not constant. I created a sample that sends a message to the frontend with `EventsEmit` when `OnDomReady` is called. However, there...
Blank window
### Description Yesterday my app worked just fine. This morning, after making no changes to the code, I executed `wails dev` and it resulted in a full gray window. However...
### Is your feature request related to a problem? Please describe. I'm curious how much work it would be to update Wails to optionally build against QT and QtWebEngine instead...
### Description I'm using wails on windows and my code doenst hot reloads when I do changes in the backend .go files. If I pass a single file to the...