Tabbed Page with tabs from ViewModel
I have a tabbed page that is loaded after another page and the tabs can be different based upon context from the previous page. I am trying to follow MVVM and the only thing that is in the code behind...
View ArticleNavigation HasBackButtonProperty Binding Refresh
I have set a binding this.SetBinding(NavigationPage.HasBackButtonProperty, "BackButtonDisplayed"); and when I change the value in my view model, the back button disables (which is better than nothing)...
View ArticleURLS Not loading in iOS
Well jam using Xamarin forms for a year and have a great experience. Well i am facing some issues in iOS few URL's are not loading which are given below they are working perfect in android. 1)...
View ArticleUsage of Entry via binding: How to get notified if text is finally changed,...
I have an Entry control whose Text property is bound to my ViewModel. But the setter of the property in the ViewModel is called on each character change (equivalent to UpdateSourceTrigger =...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View ArticleChange Referenced Assembly (.dll) Name
Hello, I'm Having an issue using diferentes assemblies with the same names. I need to use both of them but cant because the namespace has the same name. I saw that a solution could be external alias...
View ArticleXamarin.Forms.Labs - Checkboxes in ListView not working on Windows Phone 8?
This question was asked on stackoverflow (http://stackoverflow.com/questions/26596448/xamarin-forms-labs-checkboxes-in-listview-not-working-on-windows-phone-8) but never answered. The checkboxes show...
View ArticleXamarin Forms for Mac Apps?
Some of the apps are really famous because of apps that are accessible on desktop, be it mac or windows or web, for example Telegram, Slack, Whatsapp. One downside of going completely native mobile...
View ArticleLongclick on Entry in ListView.Header crashes app
I found a bug in Xamarin.XForms for Android, which should be reproducable with the following code: public class TestEntry: ContentPage { public TestEntry() { Content = new StackLayout { Children = {...
View ArticleIs there an easy way to access a member property in a XAML code-behind file?
Hi, I've been doing lots of reading about binding in XAML, but I don't seem to be able to find an answer to what I would have thought was a very simple question. In the XAML markup, is there a...
View ArticleHow to change size of an image in code behind
I have a ContentPage defined in XAML where I want to change the size of an image via code behind later on. But setting the WidthRequest and HeightRequest does not change the size of the image. If I...
View ArticleIssue facing with PopupLayout provided with XLabs.Forms.Controls
My popup is coming up in both android and windows. But when I try to use it for IOS it is blocking all the click events of the layout here is my code. I am creating an instance PopupLayout _PopUpLayout...
View ArticleDynamic height when switching views
Right now I have two views with a couple of buttons below them. I only want 1 view visible at any given time. Based on what buttons the user presses I hide the views, and I want them to take up the...
View ArticleHow to customize the Android Action Bar to look like the iOS rendered...
Hi, I am using Xamarin.Forms to build my first cross platform app. My NavigationBar/ActionBar looks great on iOS and fits the design spec but not on Android. My main requirement is to have a centered...
View ArticleCredit Card Reader Support
Hi guys am a newbie in Xamarin forms i am learning it and i would like to know if is there a way to read data from credit card reader connected on android , windows phone or any ios device and populate...
View ArticleXamarin Forms page custom renderer fails to cast ContainerElement as Canvas
As written in title.. When i try to make a platform specific rendering of a WP page, the ContainerElement gets cast to null - but its not really null - it contains lots of properties, but still i cant...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHow to do multiselect in ListView?
Hi to all. Does the ListView support multiselection natively? I would like to implement this. Thanks.
View ArticleThe "XamlCTask" task failed unexpectedly.
Hello Team, I am facing this The "XamlCTask" task failed unexpectedly. problem after adding the xamarin.forms.maps package to my application. Waiting for your response.
View Article