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'm working on an application that has two modes: CLI and GUI. The GUI is built using Wails. The application is compiled using the `-windowsconsole` option, and it's...

Bug

I'm not happy with this - ideally the failure would be fed back up to the app, but there didn't seem to be an obvious path to doing that. At...

awaiting feedback

### Description Cannot compile applications in macOS 14.0 Sonoma (Apple M2 Max) ```bash # Building target: darwin/arm64 • Generating bindings: Done. • Installing frontend dependencies: Done. • Compiling frontend: Done....

Bug

### Description path, e3 := runtime.SaveFileDialog(a.ctx, runtime.SaveDialogOptions{DefaultFilename: fname, Title: "Save file", CanCreateDirectories: true}) path2, e4 := runtime.SaveFileDialog(a.ctx, runtime.SaveDialogOptions{DefaultFilename: fname, Title: "Save file", CanCreateDirectories: true}) two save file dialog call, then...

Bug
investigating

### Discussed in https://github.com/wailsapp/wails/discussions/2678 Originally posted by **StormYudi** May 20, 2023 Hi community, I developed a wails app recently, I sent this app to windows users, and they can see...

awaiting feedback

### Is your feature request related to a problem? Please describe. I have a requirement to determine whether to display full screen based on the app I clicked on. ###...

Enhancement

### Description **wails dev** Normal operation **wails build** UI only displays a white background wails build DEB | Using go webview2loader Wails CLI v2.6.0 # Build Options Platform(s) | windows/amd64...

Bug
awaiting feedback

### Description When running my Wails app executables on certain Linux distributions, they fail to run due to not having an up-to-date c runtime library. In the example case, I...

Bug
Not a Wails Issue

### Is your feature request related to a problem? Please describe. It would be nice to have control over where the window opens. e.g. The first time it opens, it...

Enhancement
awaiting feedback

### Description 'https://github.com/webview/webview/' Use the repository to display full-screen buttons for full-screen video playback ------------- But the same code use `wails` Can not play full screen ### To Reproduce vue3...

Bug
awaiting feedback