wry@0.14.0
- Added
close_devtools
function toWebview
. - Hide the devtool functions behind the
any(debug_assertions, feature = "devtools")
flag. - Breaking change: Renamed the
devtool
function toopen_devtools
. - Enable tab navigation on macOS.
- Added
is_devtools_open
function toWebview
. -
- Expose methods to access the underlying native handles of the webview.
- Breaking change:
WebviewExtWindows::controller
now returns the controller directly and not wrapped in anOption
- e54afec feat: expose webview native handles, closes #495 (#513) on 2022-03-03
- Add navigation handler to decide if an url is allowed to navigate.
- Breaking change: Renamed the
devtool
feature todevtools
. - Breaking change: Renamed the
with_dev_tool
function towith_devtools
.
© 2024 Tauri Contributors. CC-BY / MIT