Is there any option to add scroll momentum and/or increase speed? Scrolling feels just a little “stuck” compared to other apps.

  • cxx@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Mobile dev here: the problem seems to be low and inconsistent framerate, i.e. “jank”, which messes up the scroll timings and results in weird scroll speed and momentum.

    To my eye it looks like the app is doing too much work while generating each element in the list - posts, comments, etc. This is common during early development phases when you’re trying to get thing in first, and then address the performance bottlenecks.