wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

Results 518 wails issues
Sort by recently updated
recently updated
newest added

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

Bug

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

Bug
awaiting feedback

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

Bug

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

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 have an app that is represented by a systray icon....

Documentation

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

Enhancement

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

Bug

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

Workaround Available
External Issue

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

Enhancement

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

Bug