SFPopUp layout is not working
Hello, I'm trying to implement SFPopUp so I installed the library from nuget package and then add this to my xaml and this into my cs using Syncfusion.XForms.PopupLayout; using System; using...
View ArticleGradientColorStack width request
Hi, * I am using GradientColorStack plugin to show gradient view , this works fine in android and ios. At runtime i am changing the width request of GradientColorStack, In android it is updating but...
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleError HTTPS Azure site
I've created an ApiWeb site hosted on Azure. I also access the APIs via APP xamarin.forms. If I set HTTP, everything works properly, if I enable the HTTPS domain, I can no longer query the APIs from...
View ArticleHow to center things Vertically in a StackLayout when the orientation is...
Hi, I was wondering how to center things in a StackLayout. I can set the orientation to StackOrientation.Vertical and set the VerticalOptions to LayoutOptions.Center, but the items are only centered...
View ArticleSearch bar
Is there any way to trigger an event when search icon is clicked in the search bar for android and ios, though it is working for UWP?.
View ArticleSetting ItemsSource for ListView defined in XAML throws InvalidCastException...
I am seeing some strange behavior with the ListView control when I create the ListView in Xaml If I define a ListView in Xaml <ListView x:Name="listView" VerticalOptions="FillAndExpand">...
View ArticleScroll to bottom of ListView and start at bottom
Using a ListView, how can I do the following: Scroll to the bottom of the ListView automatically, with or without animation Start the ListView at the bottom when the parent view (StackLayout, if this...
View ArticleHow to switch tabs programmatically
Hi, I have multiple tabs in my app i need to switch the programmatically by tab index and with page name. because for 3 tabs i have a single page and rest having different pages. these things i need to...
View ArticleJava.Lang.OutOfMemoryError
I was looking over a crash report for the application I'm working on when I ran across this crash. It was on a Note 5 device. I don't have any images on my buttons. I do have my buttons span my grids...
View ArticleUnfortunately App Stopped Working
My confidence with using Xamarin Forms to build applications is growing thinner by each release.... Now I'm unable to debug the application I've been building the last two years as it won't deploy to...
View ArticleGet data from list to searchbar
How would i get data from list by pressing record showing on list to searchbar
View ArticleSideloaded UWP app crashing
Hi, I have developed a cross-platform app using Xamarin.Forms. The UWP app is installed by sideloading (NOT downloaded from the Store) and it crashes sometimes. Is there somewhere on Windows where can...
View ArticleXamarin.Forms.Maps Marker/Pin Clustering
Hi there, I was wondering if anyone has come across a way to do clustering of pins/markers in a shared project?
View ArticleWhich of Telerik and Syncfusion have the best Xamarin Forms components?
Im looking to buy either Telerik or Syncsusions Xamarin forms component suit, mostly for the slider drawer menu and forms controls (like checkbox, radiobutton, segmented control), because I dont want...
View ArticleHow can I use a Google Spreadsheet as a datasource in a Forms Portable project?
I am developing a cross platform app (iOS / Android) and would like to use a Google docs spreadsheet as the data source.
View Articlemscorlib conflict between versions
Hello I have a Xamarin Forms Shared Project which can build and deploy without errors. However, the following build warning have appeared: There was a conflict between "mscorlib, Version=4.0.0.0,...
View ArticleSystem.InvalidProgramException Invalid IL code in...
I have created binding library project for a simple iOS static library. I can call a static method of the library, but when calling the constructor I get an InvalidProgramException. var voices =...
View ArticleFirebase cloud messaging
Hello ! I would like to know if anyone has already managed to make completely run an application using firebase cloud messaging since the new IOS authentication with the keys? I still have an error...
View Article