We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc6be7 commit ff1fdb8Copy full SHA for ff1fdb8
nativescript-slides.ts
@@ -360,8 +360,7 @@ export class SlideContainer extends AbsoluteLayout {
360
eventName: SlideContainer.startEvent,
361
object: this,
362
eventData: {
363
- direction: direction.left,
364
- index: this.currentPanel.index
+ currentIndex: this.currentPanel.index
365
}
366
});
367
} else if (args.state === gestures.GestureStateTypes.ended) {
@@ -414,7 +413,7 @@ export class SlideContainer extends AbsoluteLayout {
414
413
eventName: SlideContainer.cancelledEvent,
415
416
417
418
419
420
0 commit comments