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

This is a first pass implementation of a Wails target type of `server` and `hybrid`. wails build -outputType hybrid wails build -outputType server Both server and hybrid accept an optional...

TODO

### Description hi, i wanted my app to show scrollbar's when the content of some area overflows. But i cannot geht the scrollbars to become visible. The content is scrollable...

### Description Wails application crashes when executing a gRPC request. The problem seems to happen only on Linux, on macOS the requests are executed well. Also plain non-gRPC HTTP requests...

Awaiting Feedback

Investigate https://github.com/minio/selfupdate

Enhancement
TODO
v3

The default template that is generated is out of date and missing a number of newer features. It should be updated.

TODO

### Is your feature request related to a problem? Please describe. There are situations where the app may work running wails dev but once compiled the app may crash for...

TODO

### Is your feature request related to a problem? Please describe. The default behaviour of Wails is when your backend (Go) side code changes, the app reloads so it closes,...

Enhancement

### Is your feature request related to a problem? Please describe. in h5 i wan't request wss://192.168.xxx.xxx , no Officially signed ssl certificate. ### Describe the solution you'd like can...

Enhancement

### Description when CGO_ENABLED set to 1, and load webview in custom location using WebviewBrowserPath, the output binary executable file is buggy, It will crash at GetAvailableCoreWebView2BrowserVersionString function. ### To...

Bug

### Is your feature request related to a problem? Please describe. garble scrambles strings and this breaks the callbacks to the backend ### Describe the solution you'd like Use integers...

TODO