Hello All Of You,
I have ion-list with option buttons.
My scenario is when user swipe left to item in list other item list swipe back for each item.
I have provided image for question.
You want that there is always one item open at a time?
open item have inline styling like this: transform: translate3d(-53px, 0px, 0px); transition: none;
you can remove this from all item, expect the current element. You have to be sure that the new item is really open (dragged), because there are some thresholds, when the item is closed and opened automatically
Hey @bengtler thanks for reply i want same as default ionic set for option button, in my case here it will not working on both android and ios. Is there any solution for it?, Thanks in advance.