diff --git a/crates/tauri-runtime/src/webview.rs b/crates/tauri-runtime/src/webview.rs index 56bc7f963..918c08362 100644 --- a/crates/tauri-runtime/src/webview.rs +++ b/crates/tauri-runtime/src/webview.rs @@ -817,7 +817,7 @@ impl WebviewAttributes { /// /// - **Linux / Windows / Android / MacOS:** Unsupported. #[must_use] - // #[cfg(target_os = "ios")] + #[allow(unused_variables, unused_mut)] pub fn limit_navigations_to_app_bound_domains(mut self, limit_navigations: bool) -> Self { #[cfg(target_os = "ios")] {