What can I do about Linker Behavior problems with an iOS app in Xamarin.Forms?
Hello, I'm building a Xamarin.Forms app and have successfully released to Google Play for Android. I'm having trouble with iOS however. The root of the problem is that I have to build with the Linker...
View ArticleUpdating VS 2017 to Version 15.7.0 results in several of the projects to be...
Hi, Thanks for looking at this issue. 5 of the 9 csproj in the solution that was working in Version 15.6.0 now, for 15.7.0 has "(incompatible)" after the project. When I try to reload one of those...
View ArticleIs there a package as iCarousel in xamarin forms.
I have been trying to implement the cylindrical animation to the horizontal listview to achieve the iCarousel cylindrical effect.Here is the sample I have tried . <ContentPage.Resources>...
View ArticleIs there a package as iCarousel in xamarin forms.
I have been trying to implement the cylindrical animation to the horizontal listview to achieve the iCarousel cylindrical effect.Here is the sample I have tried . <ContentPage.Resources>...
View ArticleDisposing ViewCells
Hi, in my custom ViewCell I have a complex BindableProperty that also has some event handlers. In the propertyChanged and propertyChanging delegates I wire/unwire those event handlers but the unwiring...
View ArticleDynamic fields in listview...suggestion
I am creating a dynamic forms. Basically i have a listview that contains all the possible fields. Based on the data i will only show ONE field type per row. Question, how do i only show 1 field based...
View ArticleAre you looking for a Xamarin Developer?
Dear Mates, I have 5 years of experience in analysis, design and development of Web and Windows and Mobile based n-tier applications using Microsoft .Net technology. Programming and Build Technology •...
View ArticleGesture not updating its status as completed
I have a PanGestureRecognizer in my custom view. For the PanUpdated event handler, I have a function that does some stuff when the gesture is running and then something else when the gesture is...
View ArticleAndroid PanGestureRecognizer jumps back and forth
Hi, Im trying to do some panning and it works very smooth on iOS but it doesn't on Android. I have the following code: ... var panGesture = new PanGestureRecognizer(); panGesture.PanUpdated +=...
View ArticleListView Grouping
hi,listview grouping help me .. my function ; ` public async Task getVoyagesData() { voyagesList.Clear(); try { var uri = new Uri(url); HttpClient myClient = new HttpClient(); var response = await...
View ArticleApp crashes when built in release but works fine in debug
I am currently running into an issue where my debug build of an app functions just fine but when I build it out in release, the app crashes. Below is the error given. One thing someone suggested was to...
View Articlexamarin ios project LaunchScreen.storyboard shows black screen
Hello, i have tried all the solutions provided in most of the forums. Basically, i have created a Launchscreen.storyboard and added it in ios project properties in "Launch Storyboard" field and "Main...
View ArticleCarouselView.FormsPlugin not rendering in StackLayout
For some reason, the carousel is not rendering. I reduced this to bare minumum. I have tried this in a page with only the carousel and it works. The label above it shows, but not the carousel. Is there...
View ArticleXam Forms Layout issue
I am attempting to create a very simple page and running into an issue. The projectis xamarin forms. I want the page to dispaly different sections. Each section will have a header. The header must have...
View ArticleHow to use a PageRenderer in Xamarin.WPF
There is no section for Xamarin.WPF yet apparently but I need to know how to use a PageRenderer in Xamarin.WPF. I have a ContentPage in my Xamarin.Forms PCL and I am using a PageRenderer in my...
View ArticleStyling on iOS broke with IDE update
I use VS on Windows and VS for MAC on the MAC for writing my Xamarin forms project. Everything was working fine until the VS for MAC IDE told me there was a bunch of updates which I installed and they...
View ArticleBinding to Custom Behavior Bindable Property in XAML
I'm trying to follow along with the information here about making a custom max length behavior: https://xamarinhelp.com/xamarin-forms-triggers-behaviors-effects/ public class MaxLengthCheckValidator:...
View ArticleStackLayout width larger that display width
Hi all! I need to have a StackLayout or Grid with a width larger that device width. <StackLayout x:Name="slParent" Orientation="Horizontal" HorizontalOptions="FillAndExpand"...
View ArticleService Stop and Restart Alone
Well Before than nothing i want say that I don't speak English very well, sorry if I write anything wrong.. Well My problem is the next, i am working with a services, want a timer that count the time...
View ArticleHow to find the cause of: Xamarin.Forms targets have been imported multiple...
I'm working my way thru the book "Creating Mobile Apps with Xamarin Forms" and a lot of the sample code requires some work to get it running, which is all very educational and helps me learn and...
View Article