Open
Description
Describe the bug
After upgrading WRY to version 0.50.4 with the --enable-features=RemoveRedirectionBitmap
flag enabled, WebView2 windows fail to initialize on Windows 11 23H2 (build 22631.5039) when using Edge Beta 135.0.3179.18, resulting in application crashes.
Steps To Reproduce
- Update WRY dependency to 0.50.4
- Initialize WebView2 with basic configuration:
let webview = wry::WebViewBuilder::new(window)
.with_url("https://tauri.app")?
.build()?;
- Run application on Windows 11 with Edge Beta 135.0.3179.18
Expected behavior
WebView2 should initialize normally without crashes when using the specified feature flag and Edge Beta version.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
OS: Windows 11 Pro 23H2 (build 22631.5039)
Rustc: 1.78.0 (2021 edition)
Edge Beta: 135.0.3179.18
Additional context
Add any other context about the problem here.