-
Notifications
You must be signed in to change notification settings - Fork 504
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
In mobile view scrolling carousel down is triggering click event. #566
Comments
@mrashikahmed , were you able to solve this issue? I'm facing something similar and i do not know how to fix it... |
I have done a work around for this @agnieszkabugla. I added my custom touch event listener to trigger the click event. I share you the code below. I have changed variable name and removed some property to reduce complexity. Please change it to your convenient.
The following should be included in methods.
Hope this will save some of your time. |
In my case, I simply add this and it worked on mobile ( @click.native on slide element ):
|
Bug Report
Current Behaviour
In mobile view scrolling a carousel down is triggering a click event.
Input Code and steps to reproduce
Expected behavior/code
Environment
-Browser [Chrome, Safari]
The text was updated successfully, but these errors were encountered: