Ad webview occlusion handling (#6116)

* wip: ad webview occlusion

* Ad webview window occlusion testing

* revert refresh test
This commit is contained in:
aecsocket
2026-05-17 20:27:04 +00:00
committed by GitHub
parent 8dd1490c8a
commit c564495e11
5 changed files with 283 additions and 11 deletions
+6
View File
@@ -53,6 +53,12 @@ tauri-plugin-updater = { workspace = true, optional = true }
[target.'cfg(windows)'.dependencies]
webview2-com.workspace = true
windows = { workspace = true, features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",
"Win32_Graphics_Gdi",
"Win32_UI_WindowsAndMessaging",
] }
windows-core.workspace = true
[features]