App hangs when ListView uses dynamic size for the cells:
iOS 16.7.5: Does not hangbetter way to gain performance using FastCell, take a look here: https://github.com/twintechs/TwinTechsFormsLib
Add support for GroupKey of ListView to be complex object, allowing to display more complex information in the group headers. Available in the R2 2018 release.
Expose events for the Items reorder API
Available in the R2 2017 PS release
The UWP ListViewRenderer does not provide API to provide your own implementation of the native list view. This will be very useful if you need to add some custom logic in the native control.
Provide GroupItem tapped event and unify the life cycle of item tapped. Currently, item tapped is raised on Android but not on iOS. Available in the R1 2018 SP release. More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events
When the ItemSwipeStartingEventArgs.Cancel property is set to true: Android: NullPointerException UWP: cell content disappears
If EndItemSwipe() is called inside the ItemSwiping event handler, the ItemSwiping event continues to occur on iOS until the user physically ends the swipe gesture.
There is free space after the last item when there are only 2 string items visualized.
On Android the header items are taking too much space and are invisible using GroupHeaderTemplate. Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
The grouping does not work in Android if you do not use simple type properties to group the items. In UWP everything works fine, in iOS I have not tested the scenario. I added a demo solution to test the issue. Available in the R2 2018 release.
Reproducible on Android 6.0 or higher.
The first one is with action Reset and it is not expected. Note that this cannot be reproduced with Multiple selection. Available in the 2018 R2 SP release.