In Development
Last Updated: 06 Jan 2025 08:26 by ADMIN
Scheduled for 2025 Q1
When binding the CurrentIndex using two way binding mode and using the NavigationButtons to navigate to an item, an index out of range exception occurs. 
Unplanned
Last Updated: 18 Dec 2024 15:59 by ADMIN

The Issue:

When interacting with the SlideView on a Windows touch device and having ScrollView as a child element:

Actual Behavior: Once the user swipes inside the ScrollView using a touch gesture, the SlideView loses control of the touch gestures and never regains it. This leaves the user unable to swipe between slides.

Expected Behavior: Swiping gestures should seamlessly transition between scrolling the content within the ScrollView and navigating the SlideView.

Environment Details:

Platform: Windows
Control: Telerik SlideView with ScrollView as child elements
Touch Device: Windows touch-enabled hardware

 

 

Unplanned
Last Updated: 08 Nov 2024 16:26 by ADMIN
Cannot swipe (pan) with a web view in slide view on Windows
Unplanned
Last Updated: 08 Nov 2024 15:41 by Naomi
for example SlideCompleted event.
Unplanned
Last Updated: 07 Nov 2024 06:34 by Naomi
At the point that you move to the next slide there is a noticeable "catch", its like the page gets stuck a little before going onto the next page. When you are using touch devices this feels bad and makes the app look like its lagging. 

 
Completed
Last Updated: 07 Aug 2024 08:31 by ADMIN
Release 7.1.0 (2024 Q3)

You cannot swipe along with the content when navigation to another item. You have to swipe outside of the content. Video is attached


Workaround: 

Use the navigation buttons for navigating to another view.

    <telerik:RadSlideView x:Name="slideView"
                NavigationButtonsVisibility="Visible"

Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)
when placing the control in ScrollView the pan gesture for navigation to another item does not work as expected. The CarouselView works as expected. 
Unplanned
Last Updated: 12 Apr 2024 10:25 by Dennis
Created by: Dennis
Comments: 0
Category: SlideView
Type: Feature Request
1
Why no EmptyView template?  The one thing missing between the RadSlideView and CarouselView is an EmptyTemplate definition. 
Completed
Last Updated: 19 Jul 2023 06:37 by ADMIN
Release 6.0.0
In Xamarin, I was able to create a List of various ContentViews all with their own data bindings and view models. I was able to use a Telerik SlideView bound to this list, and the SlideView would display each view and the bindings and commands would work, and each view’s ViewModel. This approach doesn't work in Maui.