I have an app with several SeekBars in a Scrollview. Atm almost everything is fine, but only one issue:
If I swipe over the screen to scroll up or down, and the start of the swipe is on a seekbar, i modify the value of the seekbar. The Seekbar seems to grab the Touch and doesn't release it until i stop touching. But I want the Seekbar to pass the touch to the scrollview in case the swipe goes mainly vertical. Did anyone ever realise that? I'm completly clueless how to solve this.
Thank you for your help.
Edit:
I'm having this issue in Java too. and i really don't want to implement a seekbar from scratch.