Custom pins in xamarin.forms
Hello..! Can anyone help me out for customised pins on map for both android and ios Thank you.
View ArticleXAML Markup for Picker to modify display text
I currently have a Picker in xaml and it is bound to a data source. (I use the BindablePicker control, just a wrapper on top of the regular picker to get the data binding working). This works fine but...
View ArticleItemAppearing in custom ListView renderer
Hi all, anyone here knows how to write and expose the ItemAppearing in custom listview renderer? I know that ItemAppearing is already by default a method in standard listview. I just wonder how is done...
View ArticleHow to reference ContentPages inside OnSizeAllocated on a CarouselPage?
Anyone know a way to reference the ContentPages inside OnSizeAllocated on a CarouselPage? I have three ContentPages in the CarouselPage that need to all have different background images and simply...
View ArticleUsing period in Indexer causes System.FormatException in Xamarin.Forms.Core.DLL
Hi there, I get a 'System.FormatException' occurred in Xamarin.Forms.Core.DLL when I use the following XAML syntax: `<Label cs:MyClass.MyAttachableField="{Binding...
View ArticleShow or hide navigation and status bar when using dependency service...
I'm doing it on forms dependency service... So I created a PageRenderer class: [assembly:ExportRenderer (typeof(MyForms.HomeLayout), typeof(MyForms.iOS.HomeRenderer_iOs))] namespace MyForms.iOS {...
View ArticleTabPage looks weird
Hey guys, I implemented a TabPage, but somehow it doesn't look like it supposed to be. However on my friend device it does.. Here a picture
View ArticleWebView not working on Windows Phone
I can't make a normal WebView work on WP (it works well on Android and iOs). I use Xamarin.Forms version 1.3.5.6337 and I am building on a Lumia 635 with WP 8.1. This is my page: <?xml version="1.0"...
View ArticleXLabs Camera Service - SelectPicture Cancel crashes on iOS
Hi Guys, I reviewed the list of issues but didn't find one that related to this. On the picture selection method (SelectPicture) when The following code runs: selectTask =...
View ArticleCustom Cell Renderer issue
I have been having this issue since I've started working on a project that requires a custom renderer, in January. Our goal is to have customized list views - the list items must display four important...
View ArticleCorcav.Behaviors - EventToCommand does not work on release mode on android
Hi, I have a Xamarin.Forms project composed by a PC librairy and 3 platform projects. On a listview, I put an EventToCommand to the event ItemTapped <ListView Grid.Row="1" ItemsSource="{Binding...
View ArticleCorcav.Behaviors - EventToCommand does not work on release mode on android
Hi, I have a Xamarin.Forms project composed by a PC librairy and 3 platform projects. On a listview, I put an EventToCommand to the event ItemTapped <ListView Grid.Row="1" ItemsSource="{Binding...
View ArticleTabs under More ... not working
Hi, My main application subclasses TabbedPage and I add tabs using the code below NavigationPage helpPage = new NavigationPage(new HelpPage()); helpPage.Title = "Help"; helpPage.Icon =...
View ArticleHow to use WebClient in Xamarin.Forms
Hi, I'm trying to download a file in an iOS Xamarin.Forms application I've include the code var webClient = new WebClient (); webClient.DownloadProgressChanged += (sender, e) => {...
View ArticleRight pattern to intercomunicate Forms with native controls
Hi. I'm creating an app with the Forms framework and I'm really liking it. I have created custom renderers, custom controls, etc etc and I have now a doubt, which is the right pattern to...
View ArticleTableView with Colors
This is my Xaml. Is there a way to change the color for the Title, Entry label and entry text? <TableSection Title="{Binding Translations.details}"> <EntryCell Label="{Binding...
View ArticleCorcav.Behaviors - EventToCommand bug in Android Release Mode
Hi, I currently work with Xamarin.Forms on a project composed by 1 PCL and 3 plateform projects. I use Corcav.Behaviors on a listview to bind a command to the event ItemTapped. <ListView...
View ArticleCorcav.Behaviors - EventToCommand bug in Android Release Mode
Hi, I currently work with Xamarin.Forms on a project composed by 1 PCL and 3 plateform projects. I use Corcav.Behaviors on a listview to bind a command to the event ItemTapped. <ListView...
View ArticlePassing object array to another page through constructor
Hi, so basically, I've been having some trouble accessing an array of objects that I passed to the target page through the constructor. The array is an array of drink objects, each having a name, price...
View Article