We’re trying to put a slider inside of a scroll view. Here’s the issue:
The slider reacts to touches anywhere on the slider, but touches only have an effect if they are on the handle.
The Scrollview does not scroll in we’re touching the slider.
The result is that many of our attempts to scroll fail without anything moving or happening.
We tried giving focus back to the scroll view but the slider doesn’t have a event.x and event.y in its move, so it throws an error.
How can we have reliable scrolling with sliders?