- Adds a way to launch a WebView as incognito through a new API at WebViewBuilder named as
with_incognito
. - On macOS and iOS, remove webcontext implementation since we don’t actually use it. This also fix segfault if users drop webcontext early.
- Use the new WKWebView
inspectable
property if available (iOS 16.4, macOS 13.3).
© 2024 Tauri Contributors. CC-BY / MIT