Xamarin forms Authentication how?
How do you people do authentication using google and facebook ? It seems to be very problematic and there is not easy way. 1) using web login (looks ugly but easiest way) 2) using native login (looks...
View ArticleRefit - How to set string array parameters for url
I have a url with the array parameter as follows: "?fields=[%27name%27,%27age%27,%27address%27]". I get a 500 error message when I put that string into the Interface parameter. Can anyone help me with...
View ArticleXamarin Forms Master/Detail many pages (ContentPage)
Hi to all, It is my 1st attempt in Master/Detail for Xamarin forms, so sorry for my newbie questions. I have made a MasterDetailPage my code : </p>...
View ArticleHow to implement a login with facial recognition?
Hi guys, Do you know a way to implement a login with facial recognition in Xamarin Forms? I´m trying show a stream from webcam emulating phone´s cams with Nuget Xam.Plugin.Media but I couldn´t get...
View ArticleHow to force PLUS sign in the Entry?
Hi, I want to ask how can I force a PLUS sign in the Entry to be used to enter phone number? So user can't remove the + but he can just write numbers after the plus sign? Thanks, Jassim
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleHelp: Upgrading from 2.3.4 to 3.0. Android Contents are offset downwards
I had to update a year-old app to the current version of forms. Unfortunately on Android, it seems to think the screen is taller then it actually is (see screen shot). Everything is working just fine...
View ArticleGoogle sign in not working in Android
I have implemented native Google sign-in into one of my Xamarin Forms project using page renderer for Android. Till now its working fine but now it isn't. I used GoogleSignInOptions class. In Activity...
View ArticleMerge ResourceDictionary programmatically by reading it from iOS/Android...
Hi, is there any way to merge or load resource dictionary programmatically by providing source as URI from iOS/Android directory xaml path?
View ArticleDoubt about time of automatic update after publishing my app
Hello guys. My clients recently said to me that they are not receiving the automatic update of my app after i publish on apple store or google play store. I dont know why, is there a time between...
View ArticleAnyone else have missing XAML intellisense on newest projects?
Visual Studio 2017 v 15.7.2 If I open an older project my XAML intellisense is fine: A brand-new "Welcome to Xamarin" off the latest templates... Plus "Xamarin Reload" if that matters... And no...
View ArticleZXing Crashes At LoadApplication
I'm having a problem where the ZXing.Net.Mobile.Forms is causing my app to crash at LoadApplication(new App()); At first I was trying to integrate the package into an existing solution. So, I tried...
View Articlerotation messes up label
I have a on a form (text is "Vehicle Status" below), seems okay, unless the phone is rotated - then the label is truncated. I have no idea why. I have tried playing around with xaml, but the label just...
View ArticleXamarin LiveReload - Just does nothing
After 3 days of beating on a brand new "Welcome to Xamarin" solution trying to get LiveReLoad to work... The best I can get is for the solution to not crash at launch. The solution runs on both...
View ArticleChanging Navigation Bar icon color in iOS and Android and Windows
I was going through below post of Adam J Wolf where he explains how to add a navigation bar icon, My question is that can we change the color of the bar icon from Blue to something else, In my case I...
View ArticleBinding objects of more than one class from shared project to xaml in...
Hello i'm having trouble in binding object from shared class. I successfully bind data of one class to listview in xaml but i'm trying to bind data from shared project of other class in list view. Any...
View ArticleClosing a Native Form opened from within Forms and passing data back
I have opened a native form as per the example in GitHub. In the renderer I created, I start a new activity. In the native activity, I'm capturing a barcode using the Scandit library. When I scan, I...
View ArticleAutocomplete for textbox
i need autocomplete extender functionality for a entry field . Can any one suggest me how to implement in xamarin.forms
View ArticleBottomBar dll
I have integrated Bottom bar dll to shared code. I couldn't change bottom bar icons color or import to color icons. that icons are showing selected is a white color & not selected is a gray color....
View ArticleMasterdetailpage upon logged in
is it possible to display masterdetailpage after the user has logged in
View Article