devadvance / circularseekbar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) View/Widget for Android
Apache License 2.0
464 stars 134 forks source link

restrict user to move pointer #38

Open dipalikcspl opened 6 years ago

dipalikcspl commented 6 years ago

@devadvance Hi, I want to restrict user to touch or move pointer at specific progress. For ex,if i reach 15 of progress then user will not move to the pointer in after 15.it will be move before 15. is it possible?i have tried so much but can't getting output as i expected. If any solution then please send me on my id dipali@kcspl.co.in

satan17 commented 6 years ago

use setIsTouchEnabled(false) method.