Exception cultureInfo
Xamarin.Forms 1.5 Xamarin.iOS 9 Using http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/#iOS_Application_Project public System.Globalization.CultureInfo...
View ArticleCustomising the UIViewController for PageRenderer on iOS 8 to Rotate/Prevent...
Hello comrades, I'm working on a project, which initially had the requirement of being Portrait-only. That was fine, I had simply set it to only support Portrait on iOS project settings. Now the...
View ArticleExtending WCF Compact / Custom Headers
Sorry this is a bit of a repost of a question I have previously had answered, however the answer doesn't quite fit what I need so have reworded. I'm developing an app which will be deployed across...
View ArticleSetting the back button color in NavigatePage
I've had to set the color of the background in my NavigatePage object to white (long story, don't ask why). I've set the text to black. Unfortunately, at least in android, the back arrow is still...
View ArticleXamarin.form SearchBar Control
Hi, I selected numeric key pad to enter value. After selecting numeric key keyboard automatically switching back to alphabet. I am not able to type numeric value continuously. It is working in iOS. Not...
View ArticleChange the color of the line between the header and the items in a Forms...
Hi! I'm trying to figure out how to change the color of the line between the header and the items in a ListView? Specifically for iOS at the moment, but still in Forms. XAML and screenshot below....
View ArticleSignature Pad for Xamarin.Forms
https://nuget.org/packages/Acr.XamForms.SignaturePad/ https://github.com/aritchie/acr-xamarin-forms
View ArticlePicker & Date Picker Controls in Xlabs Popup Layout
Dear All, As i am working on sample Xamarin Forms application to support Multiple platforms (Android,iOS and WP) with out MVVM Pattern work around. One of my scenario is to Get the user information...
View ArticleTableView.SeparatorVisibility?
Hey, so ListView got some love with SeparatorVisibility ... Any way TableView can get the same amount of love?
View ArticleHow to do xamarin.forms custom loading gif activity indicator?
Rotation Image in place of activity indicator.
View ArticleHow to refresh page from view model after navigating to it via PopAsync
We are currently testing Xamarin.Forms as an app development platform in our company. While trying to port our desktop app to Xamarin.Forms we encountered an issue. It seems that X.F is not updating...
View ArticleI want to impelment expandable listview, i.e expand/collapse listview in my...
any one can help or any examples i can get, thanks in advance.
View ArticleHow to create an accordion in Xamarin.Forms ListView
How can I create an accordion in a ListView with data binding? I am creating this app with Xamarin.Forms. This is what I have so far: <ListView x:Name="List" HasUnevenRows="True" >...
View ArticleApplication.Resources StaticResource not found for key
Hi, I am trying to define a Style for a custom control I have created in the Application.Resources section of my App.xaml.cs file. However the page that references this file raises an exception...
View ArticlePushAsync stops working in Xamarin Forms when App.MainPage is re-assigned
Using Xamarin Forms I find when following certain instructions I find PushAsync stops working. It appears to be linked to re-assigning the App.MainPage object. I need to understand what I am doing...
View ArticleVS2015 + PCL + Xamarin Updates -> lots of errors, XS working fine
Hi all, I've just updated my environment to work with the latest IOS 9 and xcode 7. This is not going as easy as I hoped.. First of all, I updated all at the same time (Xamarin Studio, Xcode and Visual...
View ArticleActivityIndicator Broke!!
Hey, I updated Xamarin.Forms, now my android device fails on this line: If I remove it, it works fine. No idea what to do! Here's the exception... Java.Lang.RuntimeException:...
View ArticleMasterDetailPage in NagigationPage
Has anyone realized that a MasterDetailPage cannot be launched as a NavigationPage after moving the app to Unified API with the latest stable Xamarin Forms? Basically this code doesn't work anymore...
View Articlewhy tabbedpage displayed with in the action bar?
Hi I am developed a tabbed page like the following example.............please see the link https://developer.xamarin.com/api/type/Xamarin.Forms.TabbedPage/ In windows,andorid,ios---- it displayed...
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View Article