From 9ae8e0ac66807e8faba4092360cc2cbfac319da7 Mon Sep 17 00:00:00 2001 From: fabianlars Date: Mon, 6 Jan 2025 18:48:39 +0100 Subject: [PATCH] ios --- src/wkwebview/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wkwebview/mod.rs b/src/wkwebview/mod.rs index d6a0acfb3..baa8f4705 100644 --- a/src/wkwebview/mod.rs +++ b/src/wkwebview/mod.rs @@ -476,6 +476,7 @@ impl InnerWebView { ui_delegate, protocol_ptrs, is_child, + #[cfg(target_os = "macos")] parent_view: None, };