navigation to root after closing dialog Prism xamarin
Hi all, I'm using IDialogService to show Dialog. When I click cancel, I want to navigate back to the root page and not to the page that it's displayed on. so I did the following: public...
View Articlehow make app resposive design ios
I have an issue in header and footer in ios app how to make design support different device iPhones like iPhone 11 or iPhone 5 or tablet best regards
View ArticleStart Activity from library
Is it possible to start android activity from Android Class Library? If so how? I have created test project for this and tried many things but starting activity does not seem to make any effect....
View ArticleWhy does archiving break the build?
Hi all, I'm publishing my first app to the internal test track. When I build for release and run in the emulator, the app plays nicely. After archiving the app ready for distribution, if I run the app...
View ArticleRemainingItemsThresholdReachedCommandProperty not working in Xamarin...
Hi Everyone, I am facing one issue with CollectionView in Xamarin forms (4.6.0.726) as RemainingItemsThresholdReachedCommandProperty and RemainingItemsThresholdProperty not working with GroupedList. It...
View Articlecheck exsit table using c# markup
Greeting everyone i'm here trying to display content of my table and if there's no data in that table it will show me DisplayAlert but after DisplayAlert it's hange and close my app with this error and...
View ArticleCustomize ListView
Hey, I want to create a custom cell which should describe a transaction (like a banking app). The transactions should be group by there date. The cell should look like the one in the attached photo. My...
View ArticleFly Item To Cart Tab in Tabbed Page
I want to fly an item to cart tab in cart page on item image clicked..Is there any way to implement it in xamarin forms? I need it..plz help
View ArticleWhy is it necessary to re-install a NuGet package for an existing class?
I'm curious why this is necessary and wonder if my understanding is at fault. I have installed the NuGet package Xam.Plugin.Media within an existing solution that was already in development. I...
View ArticleWKWebView and AppleID Authentication
Hi, I would like to implement social login with appleId. As UIWebView is now deprecated, I have to use WKWebView. When we use appleId in a WKWebView, the native apple behaviour is implemented and the...
View ArticleRandom WebService Timeouts
I am getting random webservice timeouts and I can't figure out why, it is only happening when calling the webservice from the Xamarin app. If I test the webservice in SoapUI, and even spam it with...
View ArticleJava script compatibility on Xamarin
Application code in java script, need to do a build in Xamarin, please someone help on this.
View ArticleHow to prevent UWP map from automatically panning to user location
Very frustrating. I have a map with a ZoomToFeatures method which successfully zooms and pans the map such that all elements are shown on screen. It works well on Android. However... On UWP the method...
View ArticleBinding entry to label in listview
I fill a Listview from a firebase database , no problem there . But is it possible to bind 1 label in that listview to a Entry ? The Entry with the name ""Keuze" . The text in the Entry is not coming...
View ArticleMissing Icons Issue in Xamarin.iOS
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0. To support older operating...
View ArticleHow do i save the recently selected item position and then scroll to it...
Hello, i have a recycler view which has many rows and i want to figure out a way to continue from the previously selected position, For example, i click on the position number 100 and my list has 1000...
View ArticleCentered Fixed Marker on Xamarin.Forms.Maps
I'm trying to integrate a map on Xamarin.Forms that when opened, a fixed marker is placed on the center of the map. By fixed, I mean it does not move when the map is dragged and the marker itself is...
View ArticleDelay in transition screens
Hello community I set a button in my home, and when I click on in there is a little delay on the transition Home screen <StackLayout Padding="30" HorizontalOptions="Center"> <Image...
View ArticleScrollview inside and outside Absolute Layout is not working
Below is the code I would like to have kinda 3 page scroll view wrapped up inside an absolute layout but doesn't working. <AbsoluteLayout> <Frame BackgroundColor="Azure" CornerRadius="20">...
View ArticleHow to read an excel sheet data in Xamarin.Forms
I have a requirement where I need to read an excel sheet to be loaded into table. But I don't see any correct working documentation so far. Googling takes to different pages and most of them seems to...
View Article