wails
wails copied to clipboard
Create beautiful applications using Go
# Description This PR ports https://github.com/wailsapp/wails/pull/4480 to V3. RawMessageHandler will provide available origin info to handler, so that application can decide what to do with a message. On Mac: Origin...
### Is your feature request related to a problem? Please describe. # Feature Request: Cross-Platform Network Request Interception (WebView2, WKWebView, WebKitGTK) ## 💡 Summary Currently, Wails v3 does not expose...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
### Have you read the Documentation Contribution Guidelines? - [x] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing). ### Description Hello, for what reason ever, there is a link to a...
# Description This adds an option to run or build an app on Linux using webkitgtk-6.0. Depends on: - gtk4 Fixes #3193 ## Type of change - [ ] Bug...
Docstrings generation was requested by @leaanthony. * https://github.com/wailsapp/wails/pull/4710#issuecomment-3549245724 The following files were modified: * `v3/examples/raw-message/main.go` * `v3/pkg/application/application_darwin.go` * `v3/pkg/application/linux_cgo.go` These file types are not supported * `v3/pkg/application/webview_window_darwin.m` ℹ️ Note CodeRabbit...
### Description _Coming from https://github.com/wailsapp/wails/discussions/4614_ When I use wails and react ts the ctrl+z doesn't work on the input HTML element. Also tested on a brand-new wails project. With react...
Reorder initialisation of webview2 Potentially Fixes #4694 ## Summary by CodeRabbit * **Bug Fixes** * Resolved Windows "Not enough memory" errors during WebView2 startup by changing when drag-and-drop is configured,...
### Description If a background process tries to update the systray menu while the user has the menu open, any attempts to click an item in the menu will cause...
Calling menu.Update() doesn't re-render the UI in real time. It only changes when I reopen the System Tray menu. I'm not sure if this is due to my incorrect usage....