Highlight selected item in list

I see there’s a little delay between clicking an item in a list and opening the detail-page of that item.

So for users it’s not always clear if they really have choosen an item.

Therefore I would like to highlight (= light-colored background) the selected item from the moment it’s clicked; of course, after opening the detail-screen (or when selecting the arrow-back in the detail-screen), this highlight should disappear, showing the list without the light-colored background).

Does someone have any suggestion?

use the change a variable or update a collection workflow and on click update a property called selected or something similar and then bind set up a state that is on when that value is true. you can then clear this once the detail page is opened.

1 Like

Thanks !