halkar / xamarin-range-slider

Range slider for Xamarin and Xamarin.Forms
https://www.nuget.org/packages/Xamarin.Forms.RangeSlider/
MIT License
89 stars 51 forks source link

[UWP] RangeSlider inside ScrollView unresponsive #101

Open charlesroddie opened 7 years ago

charlesroddie commented 7 years ago

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)

charlesroddie commented 7 years ago

This is not a problem on iOS

halkar commented 7 years ago

@charlesroddie I can't reproduce the issue. Do you have a sample project?

charlesroddie commented 6 years ago

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.

charlesroddie commented 6 years ago

@halkar Any ideas about how to fix this on UWP?

halkar commented 6 years ago

Oh, sorry. I forgot about this one. Will check it today or tomorrow.

halkar commented 6 years ago

@charlesroddie sorry. I still can't reproduce the problem. Which device are you using for testing?

charlesroddie commented 6 years ago

Tested on Surface Pro 2 and on a Win10 desktop with an old touchscreen. Mouse works but touch does not inside scrollviews.

halkar commented 6 years ago

I've tested it on my Dell XPS with touchscreen and can't reproduce the issue.