Unable 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 ArticleCustom Renderer on iOS - ImageSource to UIImage?
The question is in the title. How can this be done? I decompiled the iOS platform DLL, but it uses a cascade of internal and private classes to do it on the ImageCell. Isn't there any other way around?
View ArticleXamarin.Forms WebView Control in Windows Phone 8.1 App
Hi, I have developed a rather simple Forms App which has a Forms WebView control on a TabPage. In the WebView control a mobile website (with jQuery behind I think) is displayed. The Android and iOS...
View ArticleHow 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 Article