Swipe to perform action

Using ion-item-sliding, is it possible to swipe left and show a button, then continue swiping/pulling and perform that button’s action without tapping the button? Seems to be a common practice these days, but I can’t find any documentation on it.

Yes, look at the expandable option for the UI. To respond to the event listen for the ionSwipe event. See https://ionicframework.com/docs/api/item-sliding

Thank you. I already have that implemented, so I’m assuming it’s not working because I’m testing in Chrome instead of on a device?