Skip to content

tauri-runtime-wry@2.6.0

Apr 15, 2025
  • dd4f13ce4 (#13185) MacOS: Add set_dock_visibility method to support setting the visibility of the application in the dock.

  • ea36294cb (#13208) Added WebviewAttributes::input_accessory_view_builder on iOS.

  • c1cd0a2dd (#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)

    • WebViewBuilder.allow_link_preview(allow_link_preview: bool)
    • WebviewWindowBuilder.allow_link_preview(allow_link_preview: bool)
  • b072e2b29 (#9687) Add preventOverflow config option to prevent the window from overflowing the monitor size on creation

  • 07953fb9c (#13222) Emit WindowEvent::Focused events when using the multiwebview (unstable feature flag) mode on Windows.

© 2026 Tauri Contributors. CC-BY / MIT