tauri-runtime-wry@2.11.0
Apr 30, 2026
New Features
Section titled “New Features”001c8fe3d(#14722) Add a WebView option to control browser-level general autofill behavior. This option does not disable password or credit card autofill. On Windows (WebView2), setting it to true disables the general autofill "Suggestions" UI, which may appear even whenautocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.b27be063f(#14925) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.cc5c97602(#14486) TriggerRunEvent::Openedon Android.eb0312ea9(#15199) Propagates theEvent::SuspendedandEvent::Resumedevents fromtaowhen they are emitted on mobile targets.093e2b47c(#14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).1063c48c5(#14523) Add handler for web content process termination on macOS and iOS.
Bug Fixes
Section titled “Bug Fixes”110336c88(#15250) Fix initial window position when positioning it to another monitor.9808236eb(#14655) Fix monitor work area Y position on macOS.
What's Changed
Section titled “What's Changed”d34497ef1(#14862) The new window handler passed toon_new_windowno longer requiresSync, and runs on main thread on Windows, aligning with other platforms
Dependencies
Section titled “Dependencies”- Upgraded to
tauri-runtime@2.11.0 - Upgraded to
tauri-utils@2.9.0
© 2026 Tauri Contributors. CC-BY / MIT