Bug? ScrollView with SeekBar

Ertan

Active Member
Licensed User
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?

Thank you.

 

Ertan

Active Member
Licensed User
This is not a bug. It is how the OS handles these views.

A possible solution is to use a dialog for the seekbar.
Thanks for a possible solution.
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.
 
Top