wry@0.38.0
Ce contenu n’est pas encore disponible dans votre langue.
-
e6f0fbd
(#1180) Fixes a null pointer exception when runningwindow.ipc.postMessage(null)
on Android. -
5789bf7
(#1187) Breaking change: Refactored the file-drop handling on the webview for better representation of the actual drag and drop operation:- Renamed
file-drop
cargo feature flag todrag-drop
. - Removed
FileDropEvent
enum and replaced with a newDragDropEvent
enum. - Renamed
WebViewAttributes::file_drop_handler
field toWebViewAttributes::drag_drop_handler
. - Renamed
WebViewAttributes::with_file_drop_handler
method toWebViewAttributes::with_drag_drop_handler
.
- Renamed
-
b8fea39
(#1183) ChangedWebViewBuilder::with_ipc_handler
closure to takehttp::Request
instead ofString
so the request URL is available. -
3a2026b
(#1182) Breaking changes: Changed a few methods onWebView
type to return aResult
:Webview::url
Webview::zoom
Webview::load_url
Webview::load_url_with_headers
Webview::bounds
Webview::set_bounds
Webview::set_visible
WebviewExtWindows::set_theme
WebviewExtWindows::set_memory_usage_level
WebviewExtWindows::reparent
WebviewExtUnix::reparent
WebviewExtMacOS::reparent
-
00bc96d
(#1179) AddedWryActivity::onWebViewCreate(android.webkit.WebView)
on Android.
© 2024 Tauri Contributors. CC-BY / MIT