'Entry's are aligned to the left in my StackLayout in iOS - but correct and...
Dear Code Knitters! I am unable to shake this GUI error where my two Entry's in my mainpage...
View ArticleNew VisualStudio forms project, crashes on startup on real device....
I created a new solution to isolate this. This is my first time building and running on a actual device using Xamarin. Device, Galaxy Note 3, is configured properly for debugging; I can make a blank...
View ArticleMissingMethodException Error
Hello, I'm struggling to resolve this error. Can anyone help or point me in the right direction. I can't get any further details that would assist me and searching for this error brought back...
View ArticleSeachbar
I would like to have a seachbar in my app.But I can't make the search work.How am I supposed to do?
View ArticleProblems with HTTP request in Xamarin.forms
Hello, I work on a cross-platform project and I have a problems when I want use an WebService. I test my code in the same project and in a sharing project I don't have a problems when the sharing...
View ArticleXamarin Forms app is crashing on startup on physical device , Uploaded on...
Hi I have created Xamarin Forms Android app "Animal Sound" which was working fine in simulator in Debug / Release mode. I have uploaded same app on Google Play Store also but after installing to...
View ArticlePreserve ListView scroll position when inserting rows at the top.
I'm trying to implement chat stream view using Xamarin.Forms ListView and ObservableCollection. Chat stream is reverse in its nature - instead of growing down it grows up. Usually when you want to lazy...
View ArticleiOS 7.X Supported Still?
I have been deploying to a small subset of users that have been clinging to their 7.1.2 devices. I haven't been able to simulate or test recently just due to device availability and also it seems xcode...
View ArticleHow to bind a Command to ListView.ItemTapped
Hi, I did quite some googling now but did not find an answer. How do I bind a Command to the ItemTapped event of a ListView in Xaml? Best Thomas
View ArticleStyle Static Resource
Hi guys, I inserted in my App.xaml the following Style <Application xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleUWP Nuget packages
After adding an UWP project to my Xamarin.Forms solution, its saying cannot resolve Assembly of nuget packages. Does the UWP project need to reference the same packages as the PCL? Why? I don't need...
View ArticleHow to display content from one xaml inside another
I'm used to Android development, and am having some difficulty accomplishing what I would think is a simple task. I have a MasterDetailPage (called ContainerView.xaml). The Master is my navigation bar...
View ArticleI keep getting XamlFilePathAttribute class not found error when modifying...
This attribute was introduced in November. Somehow it get's injected in my generated cs files for my xaml views but the compiler has no clue where to find the attribute. I suppose I have a versioning...
View ArticleWhat is the size of Label.Text field?
Good day. I've met something strange when working with StreamReader and Label.Text. Used WorkingWithFilesPLC sample from GIT and put in StreamReader text file about 5000 symbols (5600 with spaces)....
View ArticleProblem with navigation from Windows native page back to Xamarin page.
Hi people, i have a project that involves Windows universal project. Besides the shared project i have a windows universal and a Windows universal component project(the whole ides workflow is here)....
View ArticleMoved: Acr.BarCodes (Method 'BarCodes.Init' not found.)
This discussion has been moved.
View ArticleMoved: Failed to resolve assembly: PLCrashReporterUnifiedBinding
This discussion has been moved.
View ArticleNavigation and AppCompatActivity
Hi all, I switched from XFormsApplicationDroid (I'm using XLabs) to FormsAppCompatActivity (of course for the Android part of the app) But now I have a problem... I have to push a new page and remove...
View ArticleForms Theming Object Reference not set in InitializeComponent of App.cs
I've added the Forms.themes and dark and light to my shared dll and my ios/android apps per the documentation and set the values in the AppDelegate.cs etc per the instructions and updated the App.Xaml...
View ArticleCarrousel View basic
Hello, Is CarrouselView is stable ? Could I have a sample to generate a squelleton application with Carrousel View ? Thank you, Christophe,
View Article