Custom renderer problems for rendering Android's Actionbar's tabs
I've been trying to achieve a simple task: Changing the font of my Xamarin Forms Android app's tab bar items' font. I have a custom font and I've so far been successful using it elsewhere in the app....
View ArticleDisplayAlert on android crash
Is there a way to check if the activity exists on android side of Xamarin.Forms so that calling DisplayAlert doesn't crash like this: Java.Lang.RuntimeExceptionAttempt to invoke virtual method...
View ArticleCustom ButtonRenderer not called when my Activity inherits from...
My Custom ButtonRenderer does not get called since my Activity inherits from FormsAppCompatActivity instead of FormsApplicationActivity Is this a known issue? My custom renderer: [assembly:...
View ArticleHow to stop iOS location services warning 'Allow "Appname" to access your...
Hi, I am using the Xamarin.Forms.Maps.dll to display a map of a location for a meeting. I don't use the location of the device at any point and have no need to in the app at all. There is no code that...
View Articlesystem.argumentexception: an item with the same key has already been added
I know this is avery general error, but I suddenly cannot debug my xamarin forms application anymore on my iOS device: system.argumentexception: an item with the same key has already been added any...
View ArticleDevelop under your Apple developer profile for someone else
I'm using Xamarin forms to develop Android and iOS applications. I'm using my company's Apple developer account to develop the iOS app. When the app is done, we need to give it to the client and have...
View ArticleServiceAccountCredential missing from Google.Apis.Auth package
Hi! Ive created a simple Xamarin.Forms app, and installed the Google.Apis.Auth package, but the class Google.Apis.Auth.OAuth2.ServiceAccountCredential is missing from the package. Anbody know why this...
View ArticleXamarin.Auth Windows Phone Experimental - Deleting an Account results in an...
I was wondering if anyone else has been using the experimental branch of Xamarin.Auth for Windows Phone support. When I sign out from my app I am attempting to delete the account information stored...
View ArticleNew Xamarin.Forms User Interface Docs, Featuring ListView and Text
We’re excited to announce a new section in the Xamarin.Forms Guides: User Interface! Xamarin.Forms can be used to create native UIs using shared XAML or C#. This new section centralizes existing...
View ArticleIs there a way to dismiss Page.DisplayAlert() on background xamarin.forms app?
In regular android you'd save off the dialog and close it on home button pressing. But you're not given a dialog object you can dismiss in Forms. Is there some mechanism to close the dialog after the...
View ArticleIs there a way to partially mask an entry field in xamarin?
I would like to partially mask a username field to this format ta*********@company.com. I tried using a converter but it doesn't work. What is the best way to achieve this in xamarin....
View ArticleListView scrolling problem on Android M
Hi, Does anyone know about this scrolling issue that I'm having with any Xamarin.Forms ListView in Android M (Nexus 5)? There is something like a white space above and under the ListView, and in the...
View ArticleChange the text color for Xamarin.Forms.DatePicker
For Xamarin.Forms.DatePicker It is not obvious that the date field is "tapable" I want to change the text color of it to blue so the user will think it is clickable? I see a background color property...
View Article1456 Errors in Xamarin.Forms Android Project After updating nuget
My project was working beautifully before updating the Xamarin.Forms nugets both on iOS and Android. I've posted in another threat that seems to be having problems with iOS. I've tried the beta and...
View ArticleWhat are the limitations of Xamarin.Forms?
Is there anything we should be aware of before start to a project with Xamarin.Forms?
View ArticleAbsolute Layout Sizing
Using Absolute Layouts allows for positioning objects onto a definite spot within that layout. It does this based off of coordinates within the layout. You put in those coordinates, the object sets...
View ArticleHow to block UI after tap gesture is tapped
Hi all, my question is this. In forms, how do I get it so that a tap gesture recognizer will only allow itself to be tapped once? The specific problem i'm having is this; I have a couple of images that...
View ArticleCould not install package 'Xamarin.Forms 1.3.3.6323'.
Dear All, newbie with Xamarin, When adding 'Xamarin.Forms' package, I am facing with below: Could not install package 'Xamarin.Forms 1.3.3.6323'. You are trying to install this package into a project...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleBinding to Picker Items
Hi, I believe it is not possible to Bind in XAML to the Items property of the Picker control. If this is the case, which is the best approach to populate the Items collection from a ViewModel...
View Article