You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Go WebView2Loader allowed env variable and registry overrides to change the behaviour of WebView2. This is not possible when using the native WebView2Loader with Wails and should not be possible according to PR. Changed by @stffabi in PR
wails dev now uses the custom schemes wails:// on macOS and Linux for all Vite versions. This also fixes missing reloads after multiple fast savings on Linux and Windows. Changed by @stffabi in PR
Fixed
Fixed segfaults during fast reloads of requests on macOS. Fixed by @stffabi in PR
Fixed devserver on Linux for older WebKit2GTK versions < 2.36. Fixed by @stffabi in PR
Fixed devserver on Windows that might have triggered the WebView2 into a hang. Fixed by @stffabi in PR