When the source is changed or data descriptor is added, selected items are not cleared on iOS.
The gauge uses the SkiaSharp engine for rendering. The SkiaSharp draws in true device pixels, and the gauge works with device independent pixels. In order to paint the gauge with the expected size, a scaling factor needs to be provided. It appears that this scaling factor is incorrect in Android and the gauge is slightly larger than it should be.
The Value property is not updated when users tap on a ratingItem, the ValueChanged event is not triggered as well. Available in the R2 2017 PS release.
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Upgrade android appcomat and support libraries to v. 25.1.0 Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
When you have zoomed the initial view of the chart and you try rotating the screen - the dates are changed
In a scenario where the ViewModel is declared in Xamarin.Forms project and the ListView is bound to an ObservableCollection, calling NotifyDataSetChanged on the Android Adapter does not cause the ListView to update its Items. You need to explicitly set the Items property of the ListViewAdapter to be the modified collection of items.
Item tapped is raised after hold gesture in IOS listview. The control should recognize a hold gesture is initiated and item tapped event should not be raised.
Provide the ability to Center tab items horizontally. Note: This is already implemented, just set the HorizontalOptions of the header item to Center: <telerikPrimitives:TabViewItem> <telerikPrimitives:TabViewItem.Header> <telerikPrimitives:TabViewHeaderItem Text="Home" HorizontalOptions="Center" /> </telerikPrimitives:TabViewItem.Header>
When using TKDataFormMultilineTextEditor can not set the hint text
The trackball highlights incorrect set of points when the DateTimeContinuousAxis has MajorStepUnit set to hour and MajorStep set to 24.
Add support for UTC DateTime for DateEditor and TimeEditor.
When the user navigates from a detail page containing RadCalendar control the app crashes with System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
UI for Android and UI for iOs both have Feedback controls, however UI for Xamarin does not. I would like to see this added to UI for UWP and subsequently offered in UI for Xamarin.
Hi, Currently I'm evalating test automation tools for our xamarin project.Our first to develop an app for ios. We need to run in xamarin test cloud. Do you support it? thanks