Normally, list items have an active state when they are being tapped (example from Mlem):

Lemma doesn’t seem to have any special state for an active list item. This can make it seem like one didn’t actually touch the item, it feels kind of weird to use.

  • gromdroid@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    Nice spot! I just tested it and it seems that this is only the case in light mode, all the other themes in dark mode should have active states.

    I’ll double check the themes to see if I misconfigured something in the light mode themes. Can you confirm that you do have active states with dark mode turned on? (:

    • narc0tic_bird@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      True, works fine in dark mode. Other iOS apps seem to have a little bit of a delay before showing the active state, while it seems to be instant here. Did you customize this somehow?

      • gromdroid@lemmy.worldM
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        Good to know, thanks for checking out dark mode!

        Lemma is written in React Native, which doesn’t have all the native iOS elements out of the box. Therefore I have written most of the iOS elements from scratch. I think for the most part it looks really similar to the native iOS UI, but some details (like these) are harder to get right.