TouchesCancelled being fired instead of TouchesEnded
Hi all, I'm learning Xamarin and I have an app that started as an iOS app but I've started to port into a Xamarin Forms app. I've created a custom page renderer for one of the screens and ported the...
View ArticleStack two Labels horizontally (And a little bit of vertically :))
Hi, I had a hard time describing my problem so I made a picture:
View Articlexamarin Insights Error
while creating new xamarin form apps in xamarin studio.. Error occured like this one... Xamarin Insights Error Xamarin.Insights support could not be added to your project due to an error: An unexpected...
View Articlecross platform app
hi, If i develop single quiz app in xamarin studio. It can be viewed and accessed by all platform like , IOS and Windows Phone mobile... Is it possible with one single app?
View ArticleListView row height
Hi everybody, I want to use ListView in my app, and on every row i need picture on the left, and title + text on the right next to the picture, aligned to center. I have basic template done (below),...
View ArticleAutoComplete Xamarin Forms Cross Platform Sample
Attached is a snapshot of our app. For the "Area" section we have almost 3000 items. If we used a spinner or picker it would be very user unfriendly to let him scroll through the whole list till he...
View ArticleUnable to Reference PCL Project To Windows Phone 8.1(RT) Project in Xamarin...
Hi i created a xamarin forms(PCL) app. as it comes with WP 8.0 App(silver-light). so i removed and added a new Project WP 8.1(RT). i am successfully able to install xamarin forms and XLabs Nuget. but...
View ArticleStrange behaviour with Maps on Android
In my app I have 2 screens that have maps on. Screen A has Map A and Screen B has Map B. When I show Screen A, Map A show perfectly and I can use it accordingly. But when I push Screen B, Map B has an...
View ArticleCustom control properties and Styles
I have made a custom element that consists of a button, some labels and images etc. I made bindable properties like TextColor, Command etc, and they all work properly when used on the individual...
View ArticleGet snapshot of Map
Is there a way in Forms to get a snap shot of a Map and show it in an Image?
View ArticleHow to implement chat functionality in xamarin forms
Hello experts, To achieve this I try out Sharp xmpp Matrix xmpp https://github.com/EgorBo/CrossChat-Xamarin.Forms Here are the complication listed Looking for a XMPP client library compatible with...
View ArticleAnyone know how to change placeholder text color with Xamarin Forms?
Does anyone know how to change placeholder text color with Xamarin Forms? I assume i'm going to have to build a custom renderer, but I haven't built one yet and wasn't sure if anyone know a good way to...
View ArticleAny tools for preview XAML design for Xamarin.Forms for ios app?
Hi, XAML in Xamarin forms is without designer. Can you please share ways for preview or there is one approach see result on simulator after build only?
View Article__IOS__ not working?
Hi! I'm using #if IOS return "test"; #endif And I have IOS on build->compiler->Defined symbols... But it does not work... So, what do i need more? Thanks
View ArticleException thrown when instantiating a Map in Xamarin.Forms 2.0 on Android
After upgrading my Xamarin.Forms 1.5.2 project to Xamarin.Forms 2.0.0.6484, I keep getting the following exception whenever I try to access a page with a Xamarin.Forms Map instance. See below. I have...
View ArticleMultiplatform Forms project using SignaturePad
I'm trying to figure out a good way (if there is one) to mix Xamarin.Forms with SignaturePad. Ideally I'll be able to have a signature pad pop up on both Android and iOS - at first I thought I could...
View ArticleError creating new Forms project in VS 2013 and Xamarin Studio
Hopefully someone can tell me what I am missing here. I get the following error when I try to create a new Xamarin Forms (Portable) project: "Specified argument was out of the range of valid values....
View ArticleLocalization multi reference
Hi all, I begin my post saying my excuse for my probably bad english. So i searched but i never find how i can do a multi reference of ressource file in xaml. for exemple i can do that on C#...
View ArticleFuture of DevExpress Grid May Depend on You
Is anyone else using the DevExpress Grid out there? I am hoping they will support the Universal Windows Platform (UWP) for Xamarin.Forms but they say there hasn't been a huge adoption rate for their...
View ArticleHow to remove an event handler in custom renderer?
Hi all, In my custom renderer I attach a PropertyChanged Handler to e.NewElement. How can I remove this handler, when the Element/View is destroyed? Unfortunately, OnElementChanged is not called, when...
View Article