github wailsapp/wails webview2/v1.0.26
webview2 v1.0.26

latest releases: v3.0.0-alpha2.106, webview2/v1.0.27
6 hours ago

webview2 v1.0.26

Fixes

  • Recover from transient runtime COM errors instead of exiting (#5658, #5580). Chromium.errorCallback previously called os.Exit(1) for any COM error, so a recoverable hiccup after startup killed the whole application. Runtime paths (Resize/GetClientRect, Navigate/NavigateToString, Init, MessageReceived, PutZoomFactor, OpenDevToolsWindow) now log and recover. In particular, a malformed/untrusted web message in MessageReceived is now dropped rather than taking the process down. This addresses the mixed-DPI monitor-crossing crash class (#5544, #5650). Environment/controller-creation paths remain fatal.

Full diff: webview2/v1.0.25...webview2/v1.0.26

Don't miss a new wails release

NewReleases is sending notifications on new releases.