[UWP] RangeSlider inside ScrollView unresponsive
If you put a Slider inside a ScrollView, then touching the slider adjusts the slider.
If you put a RangeSlider inside a ScrollView, then touching the slider attempts to scroll the scrollview.
This is tested on Windows only.
This used to be an issue with Slider https://bugzilla.xamarin.com/show_bug.cgi?id=21478 . Perhaps it would be a similar fix for RangeSlider?
(This is using 0.6.18)
This is not a problem on iOS
@charlesroddie I can't reproduce the issue. Do you have a sample project?
This is a UWP issue. It happens in the simplest project with a rangeslider inside a scrollview: https://github.com/charlesroddie/RangeSliderSample This does not affect mouse drags, only touch. Tested on a Surface Pro 2 and also on an external touchscreen.
@halkar Any ideas about how to fix this on UWP?
Oh, sorry. I forgot about this one. Will check it today or tomorrow.
@charlesroddie sorry. I still can't reproduce the problem. Which device are you using for testing?
Tested on Surface Pro 2 and on a Win10 desktop with an old touchscreen. Mouse works but touch does not inside scrollviews.
I've tested it on my Dell XPS with touchscreen and can't reproduce the issue.