Closed bilalrazamoon closed 6 years ago
I've the same issue.
It's resolved in "@ionic/core": "^4.0.0-beta.1"
The fix under @4.0.0-beta.1 works only for the effect type slide. It still doesn't work for the effect type coverflow.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug Slides
ionSlideWillChange
andionSlideDidChange
outputs not call when slide changed.Steps to Reproduce Steps to reproduce the behavior:
Related Code https://stackblitz.com/edit/ion-slides-outputs
Expected Behavior It should call
ionSlideWillChange
andionSlideDidChange
outputs when slide changes.