-
Notifications
You must be signed in to change notification settings - Fork 228
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
Not working continuously #49
Comments
Hey! I had the same problem, because of handling pan on the parent view of slider subview. Just move pan handler to another subview. |
Hello ! Thanks On Fri, Jul 10, 2015 at 1:07 PM, Pavel Razumovskiy <notifications@github.com
Regards, |
Hi! |
I am facing the same problem. Did anyone find a solution. |
I am using this code , it dose not works continuously, it only steps one , then i have press it again for further . and so
// setting ageRangeSlider
AgeRangeSlider.minimumValue=18;
AgeRangeSlider.maximumValue=75;
AgeRangeSlider.lowerValue=25;
AgeRangeSlider.upperValue=35;
The text was updated successfully, but these errors were encountered: