Xamarin.Forms App perfect on iOS but on Android the UI performs badly
Hi There! I currently have a project built with Xamarin.Forms, iOS is using 1.3.4.6332, and Android is using 1.3.4.6332. Both are using a UI driven from a shared project with an App class. The iOS...
View ArticleError executing task XamlG: Text node cannot appear in this state (no other...
I thought I may have introduced some XAML bug and set about trying to isolate which file it might be, but it doesn't seem to be about any specific file. I even reverted to a previous working version,...
View ArticleHow to get the inner frame from code in xamarin.forms?
Hello All, I am trying to get the inner frame which is inside an another frame and apply TranslationX that.But I m unable to do so,With my below code the content which is starting to move instead of...
View ArticleAdding an image to a Label
Hello there, I was wondering if anyone has an idea on how to make something like this regardless of the line width of the label: As you can see I have added an inline boxview to the text. To make this...
View ArticleProblem InitializeComponent() and PCL
I have this visual studio solution estructure AppLogic (PCL) App.Forms (project with XAML) App.Forms reference AppLogic Now i am using Xamarin Forms nuget package 1.4.3.6376, in this version everything...
View ArticleRun package manager console on forms or how to instal oxyplot for Tamarin forms
I am trying to build some charts using Oxyplot, I am using Xamarin forms on a Mac and there is no PM to run "PM> Install-Package OxyPlot.Xamarin.Forms -Version 2015.1.689-alpha -Pre" which is what I...
View ArticleCan you limit a Slider to only allow integer values? (Hopefully snapping to...
I have a slider I would like to use as a rating feature. I would like the slider to be between 0-5 but only allow integer values. and preferably snap to the next integer. Is this possible?
View ArticleRunning Xamarin UI Test without Test Cloud
Hi! I am trying to use Xamarin UI test. (not Test Cloud). I have written a simple project and use to run such code: IApp app =...
View ArticleChanging Pages from Activity
Hi, I have several Forms (XAML) Pages and an Android service which has a callback to the MainActivity. I want to change the Forms (XAML) page from within the Activity when the callback is called. How...
View ArticleUserDialogs for Windows App
I'm developing an app that must run on Android, iOS, WinPhone and Windows App. For the first 3 platforms I used Acr.UserDialogs library for UserDialogs like Loading, Confirm Msg, etc called from a...
View ArticleIs Xamarin.Forms.UriImageSource Async Method or Not?
Dear all, I have a question about UriImageSource, I always use UriImageSource in Custom ListView Cell. new UriImageSource { Uri = new Uri("https://google.com/image/temptemp.jpg"), CachingEnabled =...
View ArticleAlign center text Entry
Hi guys! I try to align text in android with a EntryRenderer but this doesn't work: protected override void OnElementChanged (ElementChangedEventArgs<Entry> e) { base.OnElementChanged (e);...
View ArticleCan I define the theme which is work for all platforms ?
How to define the theme and font which work same for all platforms. means which look and feel same for all platforms ?
View ArticleXamarin App crashes on Reopen NullReference
I have an app on Xamarin, it works fine, if I press back button, to move to main menu it hides in app stack, so when I open it back from app stack it suddenly crashes with NullReference 06-10...
View ArticleSet padding on Detail page
I'm trying to set a padding for the Detail page of a MasterDetailPage. I was able to get the padding working for the Master(the menu). Do I need to use a custom renderer for iOS and if so what control...
View ArticleXamarin.Forms + MonoGame
Hi, Has anyone seen examples of projects or project templates that use Xamarin.Forms and then have a MonoGame instance either as, essentially, either a Xamarin.Form View or a "control" within a...
View ArticleCan i add, a something pointer or indicator to listview
i want to add some pointer or indicator to list view. to "tell" the user, the llistview have more items up, or down. its possible? thank you for all
View ArticleApp Validation Failing in Xamarin Studio
My app is failing validation in Xamarin Studio and it doesn't give me any reasons output or anything. Anyone know a way to get this working properly?
View ArticleDon't link causing issues for submitting app
I'm trying to submit my app, but because of certain Nugets not working without Don't link selected i'm getting an error about the executable being too large. Anyone know a way to fix this or to only...
View ArticleChange Editor font size
Hi, How to change Editor font size. For Label, Label.Font property exist, but corresponding property in Editor doesn't exist. I want this because when I view my app on iPad editor text seems to be so...
View Article