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.

  • 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.