Open guillemc23 opened 2 years ago
Hello guys!
I'm trying to track the user's swipes to perform certain actions, but to me, none of the swipe listeners triggers. I'm using the pager like this:
pager
<Pager [items]="videos" circularMode="true" showIndicator="true" indicator="thin_worm" indicatorColor="#4e4631" indicatorSelectedColor="#77567a" autoplay="false" (swipeStart)="onSwipeStart($event)" (swipeOver)="onSwipe($event)" (swipeEnd)="onSwipeEnd($event)">
where all of the functions that are supposed to trigger just print the event on the console.
I'm using Android, Angular 13, NS 8.2 and the latest plugin version 13.0.42
Hello guys!
I'm trying to track the user's swipes to perform certain actions, but to me, none of the swipe listeners triggers. I'm using the
pager
like this:where all of the functions that are supposed to trigger just print the event on the console.
I'm using Android, Angular 13, NS 8.2 and the latest plugin version 13.0.42