wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

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

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

stale

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

Documentation
Windows
MacOS
Linux
v3-alpha
runtime

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

Enhancement

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

Windows
runtime
v2-only

### 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", (_) =>...

Bug
awaiting feedback
cannot reproduce

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

Bug

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

Enhancement

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

Bug
cannot reproduce

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

Documentation
MacOS
v3-alpha