Skip to content
New issue

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

If user taps on slide, beforeSlide is called, but not afterSlide #596

Open
derwaldgeist opened this issue Oct 6, 2019 · 0 comments
Open
Labels
Type: Enhancement New feature request Type: Question Unverified This issue hasn't been verified yet.

Comments

@derwaldgeist
Copy link

I am using beforeSlide to disable a toolbar once the user starts dragging, and enable it again after dragging, i.e. when afterSlide is fired.

This works, if the drag action actually leads to another slide. If the user just taps the slide, however, beforeSlide is fired, but not afterSlide.

I would expect afterSlide to fire, even if the slide stays the same. Or, even better, if there was an cancelSlide event in this case.

@sarmeyer sarmeyer added Type: Enhancement New feature request Type: Question Unverified This issue hasn't been verified yet. labels Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature request Type: Question Unverified This issue hasn't been verified yet.
Projects
None yet
Development

No branches or pull requests

2 participants