How to Customize Page Title Font in WindowsPhone 8.1
I'm using a NavigationPage, and I tried to create a custom NavigationPageRenderer class, and I got the ContainerElement as a PageControl, but I couldn't reach the page title template in order to...
View ArticleCan't debug android
Hi, I have a Xamarin.Forms app. I am using Visual Studio 2015. The debugger in android fail 90% of times. If I hit debug button, it compiles and deploy but the app does not launch in the device. Is...
View ArticleXF.IOS xArchive
Hi everyone, I've made a XF applications for Android and iOS. I'm not really familiar with the iOS publication process but i've done some ad-hoc deployment using the IPA file. Now my customer's IT...
View ArticleDoes Xamarin.Forms.Maps V2 work on Android 6 Devices
I have a Nexus 9 Tablet running Android 6. It is fully up to date and I am using the most recent stable Xamarin.Forms.Maps nuget (V2) But I am not seeing any map? I get a blank grey patch where the map...
View ArticleXamarin.Forms.Maps 2.0.0.6484 hangs or crashes on Android
Hi, I have a question concerning the new Xamarin.Forms 2.0.x version especially the Xamarin.Forms.Maps dll. After updating to Xamarin 4 with the new Xamarin.Forms and Xamarin.Forms.Maps version 2.0.x...
View Articlehow to open and run android app eclipse project in xamarin studio?
Actually, I am having simple android app used eclipse platform... now i want to run the same app in xamarin studio platform.. is it possible.. can anyone please provide me a solution.
View ArticleGorilla Player - Instant XAML Preview for Xamarin.Forms :)
Hi everybody! While we were working on Grial UI Kit we felt the need to improve our design cycles as much as we can. And that was when we started looking for something that could really speed up our...
View Articlescale
Hi, so I have a page with an image that is bigger than the screen size. I put two scroll views so I can scroll the screen and see the image completely. All of this works great. Now when I want to make...
View Articlewindow phone 8.1 RT Layout issue
layout near navigation bar in window phone 8.1 RT.. not shown correctly, any one have solution?
View ArticleToolbar above drawerlayout
I use the FormsAppCompatActivity and set the ToolbarResource to use the new SupportToolbar and that is working fine. But the navigation drawer slides in over the toolbar. That is following the Google...
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 ArticleXF Android : I/Choreographer( 2699): Skipped 63 frames!
Hello, I have a ListView, and have Image in each cell . <Image Source="{Binding Data.CompanyLogoUri}" WidthRequest="60" HeightRequest="60" Aspect="AspectFit" /> When my Networking is poor, it...
View ArticleWebView Events - Open Some Links in Device Browser
I need events for the Xamarin.Forms.WebView so I can intercept URLs that are "off site" and open them in the Device's browser (instead of the WebView). Primarily, I need an ShouldLoadRequest(url) (true...
View Article