wry@0.56.0
-
affbb3c(#1720) Updated Android lifecycle JNI calls inWryActivityfor Tao 0.36's renames:> -
createtoonFirstActivityCreate> -onActivityCreatetoonCreate> -starttoonStart> -resumetoonResume> -pausetoonPause> -stoptoonStop> - RemovedonActivitySaveInstanceState> -onActivityDestroytoonDestroy> -onActivityLowMemorytoonLowMemory> >onLowMemoryno longer takes any parameters. >onFirstActivityCreateno longer takes any parameters.and also emitting them as window-specific events.
-
145b36f(#1736) Remove Send, Sync bounds from NewWindowOpener. -
871497a(#1748) Add back/forward navigation APIs (go_back,go_forward,can_go_back, andcan_go_forward) toWebView. -
fe52ff9(#1715) On Android, release REQUEST_HANDLER mutex sooner by cloning the underlying Send + Sync handler. -
9d0a9fe(#1712) On Windows, AddWebViewExtWindows::hwndgetter to access the child HWND containing the webview. -
4ee8c38(#1779) Enable WebView element fullscreen support on macOS 12.3+ and iOS 15.4+ without using private APIs. -
5bdda32(#1719) On macOS, avoid an extra copy for owned custom protocol response bodies by transferring the body buffer intoNSData. -
6ef93b3(#1737) On macOS, updatedobjc2-*dependencies to 0.3.2 -
9f9a237(#1654) Add an expanded permission handling API for WebView2, WKWebView, WebKitGTK, and Android. This includes:PermissionKindexpansion:DisplayCapture,Midi,Sensors,MediaKeySystemAccess,LocalFonts,WindowManagement,PointerLock,AutomaticDownloads,FileSystemAccess,Autoplay.- Support for
PermissionResponse::Promptto trigger native system dialogs. - Android support via JNI bridge (
onPermissionRequestinRustWebChromeClient). - macOS: Split camera/microphone requests;
CameraAndMicrophoneresolved from individual responses. - Linux:
DisplayCapturedetection for WebKitGTK < 2.42 (getDisplayMedia fix). - Windows: Full coverage of all 12
COREWEBVIEW2_PERMISSION_KINDvalues.
-
bd1decc(#1780) Breaking Change: Removed the macOS/iOS specifictransparentandfullscreenfeature flags. The functionalities are now always enabled. Please reach out immediatly if you see issues in the App Store submission process. -
d29cd57(#1787) Removedprotocolfeature, previously gatedWebViewBuilder::with_custom_protocol,WebViewBuilder::with_asynchronous_custom_protocolandWebViewBuilder::with_asset_loaderare now always available -
10fdf73(#1738) On Windows, addWebViewBuilderExtWindows::with_profile_nameto opt the webview into a named WebView2 profile. Webviews with different profile names within the same environment have isolated cookies, storage, IndexedDB, and cache while sharing the runtime — matching WebView2's documented multi-profile pattern.
© 2026 Tauri Contributors. CC-BY / MIT