Completed
Last Updated: 22 Oct 2020 15:30 by ADMIN
Release R3 2020 SP1

I have a SlideView with IsInfiniteScrollingEnabled property bound initially to false. As expected the swipe gesture and side button are locked to navigate from first to last slide.

but if I set the property to true and then back to false, the swipe event unexpectedly allows me to swipe from first to last slide. Also, the indicator remains in the first slide position even when the slide content is obviously the last one.

If I use the side button instead of the swipe gesture the behavior is as expected.


Completed
Last Updated: 02 Aug 2019 14:18 by ADMIN
Release R2 2019 SP2
SelectedIndex does not stay in sync when removing items from ObservableCollection bound as ItemsSource.  When deleting Index 2, SelectedIndex correctly moves to 1, but Slideview moves to index 0
Completed
Last Updated: 19 Sep 2019 11:20 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
The bug manifests itself with Xamarin.Forms 4.0, when navigating to a page with SlideView for the second time and the page is cached in memory between navigations. The following exception is thrown during the second page navigation:
Exception:
System.MissingMethodException: No constructor found for Telerik.XamarinForms.PrimitivesRenderer.Android.SlideViewRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership) occurred
Exception:
System.NotSupportedException: Unable to activate instance of type Telerik.XamarinForms.PrimitivesRenderer.Android.SlideViewRenderer from native handle 0x65 (key_handle 0x7b571bc). occurred
Completed
Last Updated: 19 Sep 2019 14:24 by ADMIN

Hi!

We are using your component SlideView on Main Page of our app. Unfortunately when we upgraded Xamarin Forms to 4.0 version we are facing exception - System.NotSupportedException: Unable to activate instance of type Telerik.XamarinForms.PrimitivesRenderer.Android.SlideViewRenderer from native handle 0x75 (key_handle 0x60775bd). ---> System.MissingMethodException: No constructor found for Telerik.XamarinForms.PrimitivesRenderer.Android.SlideViewRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership) ---> Java.Interop.JavaLocationException: Exception of type 'Java.Interop.JavaLocationException' was thrown.

 

Steps to reproduce:

1) Open app with SlideView and BottomNavigationBar

2) Navigate to any another tab

3) Back to main page tab

4) App is crashing with this exception.

 

It could be important information to reproduce this but it doesn't happend on every tab. We have five tabs in app (Main Page and 4 additional) and it crashes only on navigation between main page and last tab.

I guess that could happend when SlideView disposes or reloads.

Completed
Last Updated: 31 Jan 2019 15:40 by ADMIN
The second item is visible, but the index does not seems updated, after the second swipe again the second item is visible, but now the index is updated and the next swipe leads to the third item.
Completed
Last Updated: 02 Aug 2019 14:17 by ADMIN
Release R2 2019 SP2
Completed
Last Updated: 20 Feb 2019 12:42 by ADMIN
Completed
Last Updated: 11 Oct 2019 09:59 by ADMIN
When SlideView contains ContentViews, it does not always update SelectedIndex (or visible item) after swiping on iOS
Completed
Last Updated: 09 Nov 2018 13:42 by ADMIN
Switching the views is executed by setting SelectedIndex property of the SlideView.

Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 21 Aug 2018 11:34 by Valentin
ADMIN
Created by: Lance | Manager Technical Support
Comments: 5
Category: SlideView
Type: Bug Report
2
Refer to the attached reproducible,

The DataTemplateSelector should be returning RedTemplate and BlueTemplate every other item. However, the SlideView is not making calls to the selector and incidentally reuses the wrong template for multiple items in a row,

Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
Completed
Last Updated: 05 Apr 2018 11:35 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 0
Category: SlideView
Type: Bug Report
0
First item content doesn't update when starting with an empty ObservableCollection even though an indicator is present.

Steps to repro:

1- Starting with an empty ObservableCollection<T> ItemsSource 
2 - Add two items (notice 1st item's content stays empty)
3 - Slide to the 2nd item (notice content is visible)
4 - Slide back to 1st item (notice content is now visible)

Attached a runnable repro.

Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Completed
Last Updated: 05 Jul 2018 11:41 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 2
Category: SlideView
Type: Bug Report
1
When the SlideView is bound to a collection containing 1000 items it takes long time (15 seconds) to visualize the control.

Available in the R2 2018 release.
Completed
Last Updated: 15 Mar 2018 14:27 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: SlideView
Type: Bug Report
1
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Completed
Last Updated: 26 Feb 2018 16:32 by ADMIN
Available in minor release 2017.3.1214. It will also be available in the R1 2018 release.
Completed
Last Updated: 14 Dec 2017 13:32 by ADMIN
In a scenario where you would like to cancel the sliding to a specific index, you should use the SlidingToIndex event and cancel it. However, this action results in freezing the control.

Available in minor release 2017.3.1214. It will also be available in the R1 2018 release.