Hi
Seekbar normally works very well.
but it gets stuck with scrollview.
The reason for this is that when the user presses the seekbar and his hand slips up or down by mistake at that moment, the seekbar is deactivated and stays where it is.
I think the solution to this might be to prevent the screen from scrolling when processing with seekbar.
How can I avoid this problem?
Here’s a wrapper for a RangeSeekBar widget I found on GitHub : https://github.com/yahoo/android-range-seek-bar. I have modified the original code to suit my needs as it had a couple of issues. You can add a RangeSeekBar in the designer, by code or XML layout. It can use as easily Integer or...
www.b4x.com
I found such a seekbar library after searching the forum.
There is no scrolling on the page when using this library.
This library works exactly the way I want it to and doesn't get stuck.