Setting button background color removes material design touch feedback
How do i set the background of a button but still keep the touch feedback from android material design? <Button x:Name="login" Text="LOGIN" TextColor="White" BackgroundColor="Teal"...
View ArticleChange scrollbar color of listview
Hi, is there a way to change the color of the scrollbar of the listview. I have a page with background color that about the same as the scrollbar, so the scrollbar is not even visible when scrolling....
View ArticleNavigationPage.PopToRootAsync NullReferenceException
Hi, I have a MasterDetailPage subclass pushed onto the navigation stack and bound to a viewmodel that has a BackToRootCommand which ultimately calls NavigationPage.PopToRootAsync. I get a...
View ArticleXamarin.Forms Convert to Byte[] without losing Image Orientation
How can i convert Xamarin.Forms.Image to Byte Array without losing Image Orientation Info?
View ArticleHow to get the IMEI number
Hello, Is there a way to get the IMEI number from Xamarin Forms app? for android and iOS.
View ArticleHow can i add inside of BoxView image?
Hi there How can i add inside of BoxView image or Label?
View ArticleI can't type commas in an numeric entry binded to a decimal value
This is really really strange. I have an entry binded to a ´decimal´ value with a default value (which comes from server): <Entry Text="{Binding AmountToPay}" Keyboard="Numeric" /> And I see the...
View ArticleCould not load assembly 'GooglePlayServicesLib'
I face the error as follow : Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'GooglePlayServicesLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken='....
View ArticlePlaceholder Editor
How can I have a placeholder in an Editor in the same way as I can in an Entry field ? Regards
View ArticleGot a SIGSEGV while executing native code
Hi All, I am getting following exception while running my app on android device. 1) XamarinStdio Version 5.9.7 [mono-rt] Attempting native Android stacktrace: [mono-rt] [mono-rt] at ???+0 [0x6fc07f08]...
View ArticleButton on Android all caps
I have just noticed that on Xamarin Forms Android, the text label on elements appears in ALL CAPS. Is this by design? Regards, Ian
View ArticleHow can I install Xamarin.Android.Support.Design SDK
I had Xamarin.Forms 1.3 and I updated the Nuget package to V1.5 but my project won't compile Error Unzipping failed. Please download...
View ArticleUser login
Any one please help me by giving reference to API based user login documentation or sample code.Any suggestion or help on this is appreciated. Thanks for all your effort on this.
View ArticleSetting the corner radius for Xamarin.forms controls
how can I set the corner radius for xamarin.forms controls, for ioS setting the corner radius is just setting the property like wise is there any property to set for the xamarain.forms controls to have...
View ArticleProblems with colors on iOS
Hello. All of these problems are visible on iOS but are ok on Android. (With background color set to transparent) 1st problem: ListView, specificaly the group section. I set the background color to...
View ArticleIs it feasible to add a background image to a picker control?
I am currently attempting to style a picker so that it "looks" like a dropdown element. In essence, all this has is a down arrow as a background image, positioned to the right end of the picker...
View ArticleXamarin forms Android is timed out when app goes into background
Hi, I have an Android app that is developed using Xamarin Forms. Session on this app is valid for 60 minutes and works fine on all devices except on S5 version 4.4.2. User gets logged out of the app...
View ArticleDoes anyone know how I can create a default text for empty tabbed page contents?
I have a TabbedPage that has a ListView. When (and if) one of the tabs are empty, I would like to show a default text (Label). I've tried playing with the CreateDefault() protected method but I don't...
View ArticleDeployment of Xamarin Forms projects built with Visual Studio to app stores...
There is documentation pertaining to the deployment of Android and iOS applications built on Xamarin.Android and Xamarin.iOS respectively, but this documentation refers to apps built in Xamarin Studio....
View ArticleXamarin.Forms (V1.3) Android projects not recognizing Java installed on my...
I update my Mac's OS to Yosemite yesterday. Before the update I have uninstalled Android Player as it was anyway stopped working. I reinstalled Android Player (V0.1.1(1)) and downloaded Nexus 5...
View Article