Unplanned
Last Updated: 11 Nov 2020 10:52 by ADMIN
Created by: Rodney
Comments: 0
Category: SlideView
Type: Feature Request
1
Expose bindable SelectedItem property that can be used to bind the item currently selected to the ViewModel. Currently SelectedIndex can be used to achieve the scenario, still, SelectedItem would be a better solution.
Unplanned
Last Updated: 20 Nov 2019 14:43 by Yana
If IsSwipingEnabled is set to true and data is  dynamically added to SlideView control when the user swipes through the items, the content is not displayed and the control becomes non-responsive.  The same approach works properly if the user uses the slide buttons to navigate between the items.
Unplanned
Last Updated: 05 Nov 2019 14:32 by Werner
Add possibility to tap the indicators to change the views. it's a common reflex touching it to change pages.
Unplanned
Last Updated: 25 Jul 2019 08:33 by ADMIN

Request

Android follows a "bottom-up" approach to gesture/touch handling. It would be nice if the RadSlideView would allow any swipe gesture that it cannot handle itself to propagate upwards so that another view can have a chance to handle it.

Example

Given the following XAML:

<ParentView>
        <ParentView.GestureRecognizers>
            <SwipeGestureRecognizer Direction="Left"
                                    Command="{Binding ForwardCommand}" />
            <SwipeGestureRecognizer Direction="Right"
                                    Command="{Binding BackwardCommand}" />
        </ParentView.GestureRecognizers>

        <RadSlideView />
</ParentView>

Expectation:

  • When the user is at the beginning of the items in the RadSlideView and swipes right, then the BackwardCommand should execute. (The RadSlideView should detect that it is at the beginning of its item source and allow the right swipe gesture to propagate upwards to the ParentView.)
  • When the user is at the end of the items in the RadSlideView and swipes left, then the ForwardCommand should execute. (The RadSlideView should detect that it is at the end of its item source and allow the left swipe gesture to propagate upwards to the ParentView.)
Unplanned
Last Updated: 24 May 2019 09:02 by ADMIN
SlideView item does not update after navigation between pages
Unplanned
Last Updated: 20 Nov 2018 08:45 by Didi
ADMIN
Created by: Didi
Comments: 0
Category: SlideView
Type: Bug Report
0

			
Unplanned
Last Updated: 06 Aug 2018 15:19 by ADMIN
After an item is removed from the ItemsSource, if you swipe, the indicators are not properly updated.
Unplanned
Last Updated: 29 Mar 2018 11:54 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SlideView
Type: Feature Request
0
Currently, you can successfully add button or gesture recogniser only on UWP and iOS. On Android this approach causes the SlideView stop sliding.
Unplanned
Last Updated: 21 Mar 2018 15:19 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: SlideView
Type: Feature Request
0

			
Unplanned
Last Updated: 23 Nov 2017 11:21 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SlideView
Type: Feature Request
0
Can be used to change the selected view, by tapping on an indicator