Hi! I’m a developer for the Mlem iOS client. Join us on !mlemapp@lemmy.ml!

  • 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: October 5th, 2023

help-circle






  • Sjmarf@lemmy.mltoMlem for Lemmy@lemmy.mlComment chains not appearing.
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    Yep, this is a known issue. When a comment chain gets too long, Lemmy doesn’t send all of the comments in the initial API response. When this happens, the web UI displays a “show n more replies” button that can be tapped to load the remaining comments:

    We just haven’t got around to adding this button to Mlem yet, but it’s something we will certainly look into in future. We’re tracking the issue here.

    Sorry I didn’t see your comment until now; your post didn’t federate to lemmy.ml properly for some reason so I only just saw it whilst using my alt account.






  • Sjmarf@lemmy.mltoMlem for Lemmy@lemmy.mlHomescreen widgets?
    link
    fedilink
    English
    arrow-up
    6
    ·
    9 months ago

    Adding widgets is something we’re interested in; we’re keeping track of the feature here. Right now, it’s not high on our priority list as it doesn’t directly impact the core functionality of the app. Therefore, it’s unlikely to happen in the next few updates, though we do plan to explore it in future.




  • We’re aware of a bug in which Mlem sometimes crashes when moving into the background on iPad when “Lock with Face ID” is on. Do you have that setting enabled? We’ve looked into that issue and now know why it happens, but it’s unfortunately rather tricky to fix with our current architecture. In the next major update we’re rewriting a large part of our codebase, which should allow us to fix this.


  • Mlem doesn’t have this option just yet, but we’re adding it the next beta. Memmy and Arctic have had it for a while.

    Adding such an option is very easy to do for iOS apps - Apple provides a simple API for it, so we just have to add a settings toggle. I’m not familiar with how it works in Android development, but it may be more complicated.



  • Hey there! We’re aware that the comment-collapse animation is a little jarring; this is something we want to improve in future.

    You can simplify the animations used when switching pages and when opening the image viewer by going into System Settings -> Accessibility -> Per-App Settings (right at the bottom) and enabling “Reduce Motion” and “Prefer cross-fade transitions” for Mlem.

    Disabling the comment-collapsing animation isn’t yet possible. I’ve opened an issue for this on our GitHub, and will look into disabling it when “Reduce Motion” is enabled 👍