SwipeView gesture
Unsolved
Mobile and Embedded
-
Hi,
I am developing an app where I need this feature:The user of the app should be able to swipe to the next page only when the input on the page is correct, but always be able to swipe to previous pages.
I have tried to use SwipeView.interactive: false, though this disables the ability to go backwards. Is there a clever way to conditionally restrict the user from swiping forwards to the next pages in swipeView?