wry@0.53.0
Ce contenu n’est pas encore disponible dans votre langue.
1456f8e
(#1602 by @FabianLars) Enabled all downloads by default to match WebView2 and browser behavior on all platforms. To disable this, provide a customdownload_started_handler
.43e78ff
(#1588 by @zphrs) AddWebViewBuilder::with_limit_navigations_to_app_bound_domains
only on iOS. Function is a no-op if iOS version is less than iOS 14.60dba38
(#1569 by @WSH032) AddWebView::set_cookie
andWebView::delete_cookie
APIs.88cbb01
(#1561 by @dgerhardt) On Linux, fix a deadlock, which could occur when destroying a WebView before loading has finished.eb562ca
(#1596 by @lucasfernog) Do not firenew_window_req_handler
on navigation events on macOS and iOS.78634b3
(#1594 by @FabianLars) On Linux, macOS and iOS, thedownload_started_handler
will now get the correct suggested destination path.5399823
(#1600 by @lucasfernog) Fixesnew_window_req_handler
not creating the webview on Linux when executingwindow.open()
.eb562ca
(#1596 by @lucasfernog) Fixesnew_window_req_handler
not fired on macOS when executingwindow.open()
.3f978d3
(#1601 by @lucasfernog) RefactorWebViewBuilder::with_new_window_req_handler
to allow creating the webview manually.3f978d3
(#1601 by @lucasfernog) Disable new window creation by default on Windows to match behavior of other platforms. UseWebViewBuilder::with_new_window_req_handler
to enable.
© 2025 Tauri Contributors. CC-BY / MIT