JoshDSommer / nativescript-slides

A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
Other
70 stars 32 forks source link

'changed' event not fired on swipe. #121

Closed yoat closed 5 years ago

yoat commented 5 years ago
this.changeSub = this.slideContainer.changed.subscribe(args => {
      console.log(`slide changed!`);
});

This event fires when I manually call this.slideContainer.nextSlide(250); or previousSlide(), but not when swiping.

I don't know if this is an issue with this plugin wrapper, or the underlying slides plugin, but I'm using the Angular version so I'm posting here.

Tested on Android.

yoat commented 5 years ago

Confirmed firing, it's other behavior that is not working as expected.