wry@0.29.0
-
c09dd7b
(#968) Remove ActionBar handling from wry. If you want to hide the action bar, hide it using thethemes.xml
file in your android project or inheritWryActivity
class and usegetSupportActionBar()?.hide()
in theonCreate
method. -
2b56bfa
(#966) Add support forWebViewBuilder::with_html
andWebViewAttributes.html
on Android. -
d2c1819
(#969) On Linux, replacelinux-header
flag withlinux-body
flag. 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_html
andWebViewAttributes.html
for consistency on all platforms.
© 2024 Tauri Contributors. CC-BY / MIT