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

onEnd is not working for me #667

Open
Raagu1993 opened this issue Mar 18, 2019 · 1 comment
Open

onEnd is not working for me #667

Raagu1993 opened this issue Mar 18, 2019 · 1 comment

Comments

@Raagu1993
Copy link

Hi,

I have implemented as it is in the example. but getting below error. Could you please help on this.

Error: [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Code:

options: {
id: 'slider-id',
onStart: function(id) {
console.log('on start ' + id); // logs 'on start slider-id'
},
onChange: function(id) {
console.log('on change ' + id); // logs 'on change slider-id'
},
onEnd: function(id) {
console.log('on end ' + id); // logs 'on end slider-id'
}
}

@ValentinH
Copy link
Member

Could you please provide a JSFiddle showing the issue? You can fork this one as a start point: https://jsfiddle.net/wm3ce8jb/ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants