react-step-wizard icon indicating copy to clipboard operation
react-step-wizard copied to clipboard

Swipeable Mobile-enabled wizard

Open LukasDeco opened this issue 5 years ago • 2 comments

This is not an issue as much as a feature request. Is there any chance for swipeable mobile-enabled wizard in the feature? So to go to the previous step they could swipe to the left, and the next step swipe to the right? Any insight is greatly appreciated. Thanks!

LukasDeco avatar Aug 25 '19 13:08 LukasDeco

@LukasDeco did you ever find a solution for this? I'm interested in this feature as well.

ishields avatar Nov 29 '21 14:11 ishields

In react native, you can create the swipe animation and tie it to the nextstep, prevstep functions and it will work. Like when the swipe threshold value reaches 50% for instance, fire the next/prev step

Cmosley avatar Dec 16 '22 02:12 Cmosley