ToolbarItem Color not changing on Android
When setting the BarTextColor in iOS this also changes the ToolBarItem text color. On Android this does not effect the ToolBarItem color (text only). Is there a way to change the change the ToolBarItem...
View ArticleStackLayout
I have a custom UI item with a StackLayout. the StackLayout will not update in IOS when I add an item at runtime, am i missing something?
View ArticleTabbedPage background on Android with AppCompat
Hello everyone, i am trying to use Xamarin.Android.Support.v7.AppCompat in my new aplication and i saw many tutorials how to use this and i got it: values/style.xml <?xml version="1.0"...
View ArticleLayout errors on Xamarin.Facebook LoginButton
Has somebody has found with this error. I'm using a custom render to use the Facebook LoginButton. On iOS everything goes fine. But Android the button shows like the attached picture. The Text for "Log...
View ArticleLayout errors on Xamarin.Facebook LoginButton
Has somebody has found with this error. I'm using a custom render to use the Facebook LoginButton. On iOS everything goes fine. But Android the button shows like the attached picture. The Text for "Log...
View ArticleT9 keyboard
Hi! I'm having issues with a SearchBar when the default keyboard on the phone is a T9 on Android (I use it always in portrait mode), the problem is that it only inputs 1 letter and doesn't show the...
View ArticleApp built in Visual Studio won't run in Xamarin Studio
So I built an app in Visual Studio and it's been running perfectly fine in the IOS Simulator. I'm preparing to push the app out through Test Flight then the AppStore and it seems the only way to do...
View ArticleAchieve geofencing using xamarin.forms
I am trying to implement geofencing through Xamarin.Forms. First I have started my work in iOS and i found a library i.e. CoreLocation, in this I am using CLCircularRegion class for making virtual...
View ArticleHow to trigger the event in parent layout from child layout
I am working with PCL . I have a common header in my application which is used by all Xaml pages. How to access the parent screen events are varaiables from header. That means If I click the logo from...
View ArticleListView Footer in iOS, wrong position
Hello. I'm use Xamarin.Forms 1.4.3.6358-pre2. The ListView footer declare like this : <ListView.Footer> </ListView.Footer> But , you can see the result :...
View Articlehow to set default value converter for a custom control
I have an enum property, SwipeDirection, which I want to be able to set like this in xaml <SwipeGesutreRecognizer Direction="Left"> The direciton property is public SwipeDirection Direction...
View ArticleMultiply selection images from gallery in Android
Hi! I am trying to use such code : Intent intent = new Intent(Intent.ActionPick); intent.SetType("image/*"); intent.SetAction(Intent.ActionGetContent); intent.PutExtra(Intent.ExtraAllowMultiple, true);...
View ArticleHeaderTemplate not usable when using binding expression on iOS (works windows...
First, I should explain what I'm trying to accomplish in case there is another way. I want to create a resusable component (i.e. a contentview) which is basically a listview with templates and some...
View ArticleHardware Back button issue on Windows phone 8.1
I have developed an app in Xamarin forms. Now, I am working to support the app on windows phone 8.1. In this, I am facing the issue of hardware back button handling with the Navigation. When I press...
View ArticleHow to modify the font size of title on windows phone?
I have developed an app in Xamarin forms. Now, I am working to support the app on windows phone 8.1. In this, I am facing the issue font size of the title is large on the navigation header. Any one has...
View ArticleProxy settings from devices
Hi, I would like to know the best way to retrieve proxy settings for all devices. My needs to be proxy-aware, not all clients will be using a proxy but some will. I'm using the standard HttpClient at...
View ArticleDeployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View ArticleXamarin and DiscoveryClient to detect WCF Services
Hi! Im following this guide from Microsoft: https://msdn.microsoft.com/en-us/library/dd456783(v=vs.110).aspx and it works perfect in a C# Console Application, but trying to reference...
View ArticleIs there a way to determine if you are on the Main thread?
In Windows Forms, all controls had an InvokeRequired property that returned true if the current thread was not the UI thread. This allowed a boilerplate pattern for ensuring a method that could be...
View ArticleLIst view
Hi everyone, i have created a list view as shown in below image, but the thing is in view cell i have a button which should navigate to another content page. But Content page has navigation class but...
View Article