We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

sfRangeSlider not sliding

I have inserted an sfRangeSlider, but it does not seem to slide.  I only have one thumb with the range set to false.  If I have two thumbs, then it seems to slide.

Addit: This seems to only happen on iOS.  I think it is because of the automatic page swipe gesture is interfering with this.  I am investigating how to turn this off.

An alternative could be to have the two thumbs (range set to true), but the first thumb not to be able to be moved.

Here is my XAML code:

<range:SfRangeSlider 
             x:Name="rangeslider" 
                Grid.Column="1"
                Minimum="0" Maximum="10"  
                RangeStart="0" RangeEnd="10"
                ShowRange="false"
            StepFrequency="1"
                SnapsTo="Ticks"
                Orientation="Horizontal" 
                KnobColor="{StaticResource HeadingBackgroundColor}" 
                TrackColor="{StaticResource HeadingBackgroundColor}" 
                TickFrequency="1"
                TrackSelectionColor="{StaticResource NormalTextColor}"
                    LabelColor="{StaticResource NormalTextColor}"

                    Value="0"
                    >
 

Thank you 

1 Reply

SK Selva Kumar  Veerakrishnan Syncfusion Team August 24, 2017 12:19 PM UTC

Hi Julie, 
  
Thank you for contacting Syncfusion support. 
  
We could reproduce the reported issue with our end. While checking further we concluded that there is a dispute between parent and the child when swipe gesture is recorded. The swipe goes directly to the parent even if our touch point is above child. We have tested the scenarios with other gesture enabled controls also. When placing Xamarin.Forms Slider inside Detail page the issue was not observed. 
  
So, we have raised a ticket to Xamarin Community about “how their MasterDetailPage passes the gesture to third party component”.Please check the ticket link in below 
  

We will update you once the Xamarin community has replied
. You can use Syncfusion NavigationDrawer instead which has similar behaviour like MasterDetailPage. 
  
  
We have prepared a sample for your reference and please download it from the below link. 
  
  
Regards,
Selva Kumar V.


Loader.
Up arrow icon