Hi,
I'm using a PageView Widget o make a (form) "Wizard". I'd like to validate each page data onPageSwipe to make sure everything needed is selected. I disabled the swipe scrolling but I maintained the indicator.
I added the necessary validations and error messages to the "OnPageSwipe" trigger, but i can not make the swipe action to "abort" and the view goes to the next page.
Is there a way to abort the swipe event so the view stays in the actual (original) page?