Hello,
When I set the keyboard to numeric on iOS it is showing the regular keyboard with the numbers on top and on Xamarin.Forms regular entry it shows the numeric keyboard.
This is happening only on iOS, on Android it works normal.
Am I doing something wrong or this is the expected behavior?
Thanks
PS: I attached two screenshots with the keyboards displaying.
Hey guys,
got a problem with the autocomplete not showing the filtered items when I set a second text item.
I've created a demo project and attached the files to show the issue.
1) run app click 'swap search' and the 'text'; is set and shows the filtered items and click an item to set.
2) click swap search the second time after we have set an item and the 'text' value on the control is set again but no filter list drop down.
tried resetting source etc but still never shows once an item has been clicked and set in the control.
any help would be appreciated.
tried the latest version of the forms control and also the releases from last year but the same issue.
project code link: xamarindev.co.uk/radAuto.rar
regards
Steve
When I add or remove items from my ObservableCollection that is used as the ItemSource for a SlideView, I get the following error:
"System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index"
Is there some specific process I should be following when adding/removing items from the bound ObservableCollection for a SlideView that is already rendered?
Hi , quick question are you planning to add video player support ?
I have been looking around for a solution but is nothing available, maybe you could take the lead and add to your solution.
Thanks .
I was replacing a competitor's CarouselView with RadSlideView where my ItemTemplate was a Grid. I couldn't see anything in the RadSlideView. 1 hour later, I was scanning these forums and I read about HorizontalContentOptions and VerticalContentOptions. I changed both of those to Fill and finally I could see my Grid and everything worked.
I have two questions:
1. Why do we need HorizontalContentOptions and VerticalContentOptions? Shouldn't the RadSlideView honor the LayoutOptions of the template itself instead of introducing 2 new properties that can trip up people like me?
2. Shouldn't the default values of HorizontalContentOptions and VerticalContentOptions be set to Fill so that people that don't know about these properties will get a useful default and not spend 1 hour figuring out why their RadSlideView is blank?
Hi, I´m trying to set the color of the labels of a serie, due to the fact that with iOS the color of the labels is always black and it doesn´t take into account any of the colors set in the pallet. Moreover, it doesn´t establish the background color as it does in Android. I already read all the posts related and i found nothing that can help me with this issue.
The images attached are an example of yours with the labels on for the fourth serie in android and iOS.
Regards,
Bruno Torterolo