wry@0.29.0
-
c09dd7b(#968) Remove ActionBar handling from wry. If you want to hide the action bar, hide it using thethemes.xmlfile in your android project or inheritWryActivityclass and usegetSupportActionBar()?.hide()in theonCreatemethod. -
2b56bfa(#966) Add support forWebViewBuilder::with_htmlandWebViewAttributes.htmlon Android. -
d2c1819(#969) On Linux, replacelinux-headerflag withlinux-bodyflag. Request headers are enabled by default. Add request body on custom protocol but it’s behind the flag. -
f7dded4(#955) The bug was reported in tauri repo: https://github.com/tauri-apps/tauri/issues/5986With input method preedit disabled,fcitx can anchor at edit cursor position. the pre-edit text will not disappear,instead it shows in the fcitx selection window below the input area.
-
2b56bfa(#966) Set base url and origin to null forWebViewBuilder::with_htmlandWebViewAttributes.htmlfor consistency on all platforms.
© 2025 Tauri Contributors. CC-BY / MIT