wails
wails copied to clipboard
Create beautiful applications using Go
My app shows a Modal when fullscreen on MacOS. When I pressed key `Esc`, what I want is only to close that modal, not exit fullscreen. How to solve it?...
# Description This PR refactors binding layer + provides new Transport abstraction that allow user to replace default transport with WebSockets, custom protocols, or any other transport mechanism. Motivation: 1....
### Is your feature request related to a problem? Please describe. I would like to request support in Wails v3 for building React-driven tray popover windows, similar to how Electron...
## Summary Fixes #3563 This PR addresses two critical issues with file drag-and-drop functionality: 1. **OnDomReady triggering on every drag-and-drop**: When `EnableFileDrop: true`, dropping files would trigger `OnDomReady` multiple times...
[v2] MacOS - When the app is in the background and then reopened, sometimes it shows a blank screen.
### Description go 1.25, vue3 + element-plus I make a httpproxy app, can show traffic in a table page. I use an EventsOn to reload table data: EventsOn("reloadFlowList", (_) =>...
### Description [gt4](https://docs.geetest.com/gt4/deploy/client/web) success in firefox failed in webview by the way, it's no error on windows11 ### To Reproduce https://github.com/dillonfrederica/myproject ### Expected behaviour ### Screenshots _No response_ ### Attempted...
### Is your feature request related to a problem? Please describe. Many desktop apps need to adapt to the system’s light/dark appearance or allow switching theme manually. Currently Wails v3...
# Description Support functions: WindowSetSystemDefaultTheme,WindowSetLightTheme,WindowSetDarkTheme for darwin(basing on v2.10.2) and update documents. And it test OK in my device. Feature #4654 (issue) ## Type of change Please select the option...
### Description My Wails application displays a blank window with the error `ERR | WebVie2wProcess failed with kind 1` in the terminal. This issue started suddenly after some modifications, but...
# Description This PR backports https://github.com/wailsapp/wails/pull/4693/files to V3 Fixes # (issue) ## Type of change Please select the option that is relevant. - [ ] Bug fix (non-breaking change which...