Unplanned
Last Updated: 26 Feb 2018 10:29 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: UI for Xamarin
Type: Feature Request
1
Is it just me, or does Xamarin lack a solid (and well documented) social login component that leverages OAuth2 to support all popular social media sites? Xamarin.Auth seems incomplete and the documentation is horrible.

Telerik, what are the odds that you could create a component that could do this for us? We choose what provider(s) to use or can add our own and then you control handles everything from selecting the provider all the way to giving us the token back?

This could save a TON of time and really give your tool set a leg up on, well, everyone!
Unplanned
Last Updated: 27 Feb 2018 08:00 by ADMIN
ADMIN
Created by: Ves
Comments: 4
Category: UI for Xamarin
Type: Feature Request
2
Create a framework which will expose touch events for consuming from Xamarin Forms apps.
Completed
Last Updated: 18 Oct 2018 11:49 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
2
There are 2 approaches to customize the theme -> directly override the resources in the BlueResources dictionary or create a custom resource dictionary and merge it instead of the BlueResources one.

If you take the first approach in a .NET standard project and override one of the colors -> an ArgumentException is thrown:

Use the second approach as a workaround where you create a custom resource dictionary, copy all the colors from the original one and modify them within your custom one.

Available in the R3 2018 SP release.
Unplanned
Last Updated: 26 Feb 2018 10:33 by ADMIN
At times in Android on initial load, the chart is not stretched properly but instead it is shrank to its minimum size and positioned in the top left corner. Nothing specific was found in the chart setup or the xaml set up. A possible work-around is to wrap the chart inside a Grid, set two row definitions in the Grid, and set the row span of the chart to two.
Unplanned
Last Updated: 26 Feb 2018 10:33 by ADMIN
One way to work around this is to set a new items source.
Unplanned
Last Updated: 26 Feb 2018 10:31 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
1
Setting the cell style properties for border width to 0 does not remove the borders.
Completed
Last Updated: 18 Oct 2018 11:48 by ADMIN
The reason for the exception is that when the IsBusy of the indicator changes, the Content is added to and removed from the visual tree. Because it is data-bound, the chart immediately tries to notify its native counterpart that an update is necessary, and the iOS control is looked up. However, sometimes, the old iOS control is found, which has been disposed.
A possible workaround is not to put content inside the busy indicator. Use the busy indicator as a simple overlay.

Available in the R3 2018 SP release.
Unplanned
Last Updated: 24 Jan 2018 12:52 by ADMIN
Currently, the Zip and SpreadStreamProcessing files are located only in the shared/portable folders and are not present in the iOS, UWP and Android ones. This is the case with the Nuget packages as well - if you install it, no references are added to Zip/SpreadStreamProcessing in the iOS, UWP, Android projects. We should modify both approaches.
Completed
Last Updated: 26 Feb 2018 09:49 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
If you set both properties, the background color stands on top of the image.

Available in minor release 2018.1.202. It will also be available in the R1 2018 SP release.
Unplanned
Last Updated: 27 Feb 2018 10:48 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
4

			
Unplanned
Last Updated: 26 Feb 2018 10:46 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Feature Request
0

			
Unplanned
Last Updated: 26 Feb 2018 10:46 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
Workaround: Use the Small Percentage(http://www.fileformat.info/info/unicode/char/FE6A/index.htm) or Fullwidth Percent Sign(http://www.fileformat.info/info/unicode/char/ff05/index.htm).
Unplanned
Last Updated: 29 Dec 2017 12:57 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI for Xamarin
Type: Feature Request
3
The idea of the item is to introduce a ContextMenu component, which can be used with any control/element for the implementation of per control/element context menu functionality. 
Unplanned
Last Updated: 27 Nov 2017 12:59 by ADMIN
Completed
Last Updated: 20 Jun 2018 14:14 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
If you have set MaxDate in the Calendar and you swipe the view to see the previous month, it is not possible to navigate back to the month that has the MaxDate. If you change the month through the MonthView -> everything starts working.

Available in the 2018 R2 SP release.
Completed
Last Updated: 18 Oct 2018 11:47 by ADMIN
When the SelectionMode of the RadCalendar is Range and you have set a MaxDate - you should not be able to select dates after the MaxDate. However, swipe-selecting cells which are disabled is working. 

Available in the R3 2018 SP release.
Completed
Last Updated: 26 Feb 2018 10:25 by Andy
If the AutoComplete is visualized in a second (nested) view controller, the control stops autocompleting.

Available in the R1 2018 release. 
Completed
Last Updated: 16 Sep 2020 12:07 by ADMIN
Release R3 2020
Created by: john
Comments: 13
Category: UI for Xamarin
Type: Feature Request
35
In Xamarin Forms there is a serious need for a Rich Text Editor control that would allow you to do this such as highlight text, apply fonts, styles etc. I think a tool like this is in great demand among Xamarin developers. Currently there are some Open source controls that have implemented these features however they have not been maintained and cannot be relied on for enterprise solutions
Unplanned
Last Updated: 26 Feb 2018 10:25 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
If the control is hidden when initializing and then on a later stage is visualized, it hangs.
Unplanned
Last Updated: 25 Oct 2017 12:55 by ADMIN
Currently, the native wrappers are suited to work directly with classes that implement Java.Lang.Object and customers should provide such in common scenarios. We should consider improving the wrappers so all of them can work directly with CLR objects.