We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Update index.android.ts
545f54c
nativescript-community#24
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: