Skip to content

tauri-runtime@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.

  • 8cf662e34 (#13076) - add API to run initialization scripts on all frames - WebviewBuilder::initialization_script_on_all_frames - WebviewWindowBuilder::initialization_script_on_all_frames - WebviewAttributes::initialization_script_on_all_frames

  • 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


© 2026 Tauri Contributors. CC-BY / MIT