Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swipe events not triggering on Android #24

Open
guillemc23 opened this issue Aug 6, 2022 · 0 comments
Open

Swipe events not triggering on Android #24

guillemc23 opened this issue Aug 6, 2022 · 0 comments

Comments

@guillemc23
Copy link
Contributor

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 [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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant