wry@0.38.0
-
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-dropcargo feature flag todrag-drop. - Removed
FileDropEventenum and replaced with a newDragDropEventenum. - Renamed
WebViewAttributes::file_drop_handlerfield toWebViewAttributes::drag_drop_handler. - Renamed
WebViewAttributes::with_file_drop_handlermethod toWebViewAttributes::with_drag_drop_handler.
- Renamed
-
b8fea39(#1183) ChangedWebViewBuilder::with_ipc_handlerclosure to takehttp::Requestinstead ofStringso the request URL is available. -
3a2026b(#1182) Breaking changes: Changed a few methods onWebViewtype to return aResult:Webview::urlWebview::zoomWebview::load_urlWebview::load_url_with_headersWebview::boundsWebview::set_boundsWebview::set_visibleWebviewExtWindows::set_themeWebviewExtWindows::set_memory_usage_levelWebviewExtWindows::reparentWebviewExtUnix::reparentWebviewExtMacOS::reparent
-
00bc96d(#1179) AddedWryActivity::onWebViewCreate(android.webkit.WebView)on Android.
© 2025 Tauri Contributors. CC-BY / MIT