Hi
I have this code :
<div class="wrapper"
on-swipe-left="changePage('next'); "
on-swipe-right="changePage('prev');">
..........
<ion-scroll zooming="false" direction="x">
..............
</ion-scroll>
</div>
Does somebody have any ideea if I can keep the swipes to changes the pages but block swipes if they are on the horizontally scrolling block.
Right now when I try to scroll in that block the page will be changed
Thanks