Xamarin.Auth with Google, Completed event doesn't fire?
I'm developing an application in pcl. I've implemented Facebook, Instagram login using Xamarin.Auth. In this case completed event fired, but in the case of Google after authentication, completed event...
View Articlechange color barBackgroundColor from MasterDetailPage
I would like to know if it is possible to change the color of the "barBackgroundColor" of the "navigationPage", what happens is that I have a page where it has a list of colors and when you choose a...
View ArticleI am unable to set the particular page in Carousel view
Hi, I am implemented the Carousel view using https://blog.xamarin.com/flip-through-items-with-xamarin-forms-carouselview/. And I am able to implement the Carousel, **But My Problem I want to set the...
View ArticleXamarin.Forms CarouselView - Official examples don't work
Hello, I tried the whole day to get a CarouselView working but I cannot even run the examples. First I read this article: blog.xamarin.com/flip-through-items-with-xamarin-forms-carouselview , tried to...
View ArticleRemove all border but bottom on an Entry
Can I have an entry just with bottom border like this image? I know you can do it with a Custom Renderer, but how? Can someone have a solution?
View ArticleGrid Inside AbsoluteLayout
Hello Guys, I am using grid inside stacklayout but grid not expand device's full screen. any solution for this thing. <ContentPage.Content> <Grid.RowDefinitions>...
View ArticleHow do I reference one XAML MergedDictionary from another?
I am struggling with XAML Merged Dictionaries. Is it possible to get something like the following working? File Colours.xaml contains this: <?xml version="1.0" encoding="utf-8" ?> <?xaml-comp...
View ArticleI am getting System.null reference exception
new KeyValuePair<string, string>("grant_type","password"), new KeyValuePair<string, string>("username",username), new KeyValuePair<string, string>("password",password) }; var request...
View ArticleData deleted after crashing the app
After crashing Xamarin forms android mobile app,database table data deleted. how to solve this?
View ArticleVS 2015 Errors on sample projects
Hi there, Hope someone can help me. I'm checking out the xamarin-form samples on github. On most projects i get the following 2 errors : Error Build action 'EmbeddedResource' is not supported by one or...
View ArticleWP8 cannot resolve assembly
Hello, I have an existing, long running Forms project for Android and iOS. Now I'va added WP support. But if I try to compile it, I get the following error : Type universe cannot resolve assembly:...
View ArticleFireBase With xamarin Form
Can any one give me the correct way to implement firebase , i tried a lot but i did not find the soultion . Whay Firebase doesnot suppourt Xamarin Form
View ArticleFirebaseApp is not initialized on real devices
Hello! I'm trying to add push notifications in Xamarin.Forms. On Genymotion it's work fine but on real devices i have an error: Default FirebaseApp is not initialized.Make shure to call...
View ArticlePage throws an error on android. I want to know what causes this error?
My project get crashed on displaying some pages in android only. I got a device log where I can't able to find the root of this issues. Please someone help me. Here is my device log. [Mono] Found as...
View ArticleListView Grouping : Example Please
Can anyone explain to me how to do grouping within the Forms ListView? It's not quite apparent how it is supposed to work. Thank you very much.
View ArticleHow to declare MenuItems in Xaml?
(The full POC is here as I'm trying to determine if it is a bug, or if the MenuItems have not been properly declared in Xaml - https://github.com/Xamtastic/MenuItemsPOC ) I've created a custom control...
View ArticleFlumoxed by Bindable Property (List) in ViewCell mysteriously adding...
Occurs iOS/Android: In App.xaml I've created a DataTemplate for a ListViewItem that is selected with a DataTemplateSelector. Nothing new here. The purpose of the list is to allow the user to monitor...
View ArticleCan anyone help me with this intermittent issue?
My company's Xamarin forms app is giving us a lot of HockeyApp reports about a crash in IOS that we cannot locally replicate. The managed trace is: System.IO.FileNotFoundException: Could not find file...
View ArticleXamarin Forms - Table View Expand complete height
I am using table views in my xamarin forms app. I created a custom renderer to disable scrolling as I dont want that behavior. The problem I am having is that unless I specify a height on the tableview...
View ArticleTableView Footer in Xamarin Forms
I am utilizing xamarin forms TableView. I only have 1 section however the tableview keeps going and I dont see anyway to hide it. Is there a way to hide, what I assume is a footer? Below is how it...
View Article