wails
wails copied to clipboard
Create beautiful applications using Go
### 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...
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...
### 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....
### 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...
### 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...
### 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. ###...
### 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...
### 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...
### 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...
### 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...