Xamarin Forms 1.3 Triggers Bug
I’ve been playing with Xamarin Forms 1.3 new features to see what I can do with them and found a bug using Style Triggers in Xaml. I’ve discovered that things are ok until you add more than one Trigger...
View ArticleiOS Inline Picker with Xamarin.Forms
Anybody have any guidance on how to go about having an iOS inline style picker in my Xamarin.Forms iOS app? The Android side is fine as is I'm just being asked to make the iOS look more iOS. Not having...
View ArticleWorking with referenced tables
Hi Guys, lets say i have a relation between an Invoice and an Customer. Now when the user creates a new invoice - there should be an entry field "Customer" - the field should be readonly - when...
View ArticleUse MasterDetail page (Menu) and Navigation page in a project
Hello All, I am developing XF app for iOS and Andorid. I need to use Menu in my project. I followed this article to use MasterDetail navigation page -...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleAutoCompleteView Text in run time
I need to set the auto-complete control of text at run time to the Text property. But the value is not displayed in the control, but the property has the value assigned. xaml:...
View ArticleAndroid VideoView Renderer Back Button
Hey guys, I have a Xamarin.Forms app with an Android PageRenderer used to stream a m3u8 video. The renderer displays the video (after a small delay for buffering) as expected. The issue I'm running...
View ArticleAuto Complete using Xamarin Forms in C#
Hi, I am trying to create a AutoComplete Text Entry using Xamarin Forms. Can anybody help me in creating a custom renderer for the auto complete text field in C#. I am using MVVM concept.
View ArticlePrism and Navigation
Hello! I would like to use Prism.Forms in my app. I can register Container.RegisterTypeForNavigation<Page1, Page1ViewModel>(); for navigation. But I cant find how to use cache during navigation....
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
View ArticleHow to overcome deploy clearing Application.Current.Properties on Android?
During development, I am repeatedly building and deploying to physical devices for testing. On iOS devices, even when I re-build and re-deploy, the values previously stored using...
View Articlemy VS Emulator is not taking output, its saying Emulator already running. why...
my VS Emulator is not taking output, its saying Emulator already running. why this error?
View ArticleXamarin.Forms.Maps pins implementation
Hi guys, The Maps implementations is really puzzling. I tested on Android a couple of months ago and now tested the iOS version - they both have the same pin implementation - every time the pin...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleRelativeLayout code to XAML translation
Hi all, I've got some sample c# code that I'm trying to translate into XAML because that's the standard we are using on our project. There's a piece of relativelayout code that I'm struggling to create...
View Articleunhandled exception error when using Fontsize, FontAttributes and...
Code below is breaking for some reason but when I remove FontSize="Large" FontAttributes="Bold" HorizontalOptions="Center", it works fine. It throws an unhandled exception and i cant deploy to the...
View ArticleMobile Ads OTHER than Admob?
Hi. I'm sick of Admob. I'm looking for OTHER ads for Xamarin. Looking for Xamarin Forms but can be also for Xamarin.IOS and Xamarin.Android via custom renderer (prefer also for WinPhone8.1 WinRT)....
View ArticleCrash on start
Hi all - I've just updated a project I've worked on for a while to the latest XF build as well as updated all the project packages. Now when I start the app on the simulator, everything works fine, but...
View ArticleChange the size of scrollview on translateto
What I am trying to do is: I have a scrollview inside my view and it's height is like 2/9 of the parent height. Then user can translate this scrollview to make it bigger. However scrollview's size does...
View ArticleFuture of Xamarin.Forms: Rendering in HTML5 and Compiling into JavaScript?
Hello Community, This has been on my mind with the new year, and I just wanted to get it out there and get some discussion around it. Currently, the vision around Xamarin.Forms is around building...
View Article