Open OJFord opened 1 year ago
This happens with modrinth's app too. Building from source in both debug and release modes fixes the laggy scrolling/animation issue.
Clarification: I'm on Linux, wayland gnome
I always experience extremely laggy scrolling, even when using cargo tauri dev
etc. I use Linux (Gentoo).
That seems like a different issue then @Norbiros, this is about an unexpected difference in behaviour in the release bundle (and not even in the release binary).
I believe I'm experiencing the same thing as Norbiros. I'm on Linux, Fedora 39.
Describe the bug
In
cargo tauri dev
, scrollable elements seem to behave 'normally'. So too in runningtarget/release/appname
directly.In running
target/release/bundle/appimage/appnameversionetc
however, it seems to have a strange laggy/inertia-ridden behaviour, whereby it's very slow while scrolling, but then jumps when I stop.Reproduction
cargo tauri build --release
target/release/app
andtarget/release/bundle/appimage/appversionetc.
and observe difference in scrollExpected behavior
Same non-laggy scroll behaviour in the appimage.
Platform and versions
Stack trace
No response
Additional context
Possibly related to tauri-apps/wry#268?