You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
Both functions output the same activeIndex, i.e. the one we have already moved to.
Expected Behavior
imho, I would expect the slideWillChange() function to have activeIndex as the slide where we are before the transition and the slideChanged() function to output the activeIndex of the new slide once the transition is completed.
The text was updated successfully, but these errors were encountered:
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.
If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know!
Bug Report
Ionic Info
Describe the Bug
I have an ion-slides setup like this:
Current Behavior
Both functions output the same activeIndex, i.e. the one we have already moved to.
Expected Behavior
imho, I would expect the slideWillChange() function to have activeIndex as the slide where we are before the transition and the slideChanged() function to output the activeIndex of the new slide once the transition is completed.
The text was updated successfully, but these errors were encountered: