Xamarin.Forms.Platform.iOS.IndicatorViewRenderer has disappeared from...
I'm using Xamarin 2019 for mac and in trying to eliminate UIWebView from the iOS version of my cross platform app, I moved to Xamarin.Forms latest stable build (as of this second, it's 4.5.0.617) so...
View ArticleList and ListView
Hi, I have a ListView and a list. When showing in UWP simulator, It shows only the item#3. What's wrong? Please see the attached pictures. Moreover, the item in the second cell is not visible in UWP...
View Articlemessage field as popup
hi,im new into xamarin.forms. i want to show a send message pop up (with a field to type message and a button to send message in the popup itself) when a button is clicked on the content page. can...
View ArticleScreen auto scroll on selecting an item of picker, why?
This is very strange problem I am facing , in iOS while selecting an item in the picker the screen scrolls it self while in android it is working fine. Ant help?
View ArticleCheckbox is not Updating / MVVM
I have a TabbedPage with two Tabs. First contains a ListView the second a CarousselView. On both I have a Checkbox with exactly the same Properties. Both sharing the same ViewModel and the same...
View ArticleApp center distribute - your experience with in-app updates
I have android app in which I implemented in-app updates through App Center. At the beginning, around a year ago, when I first implemented it, it seemed to work well. Few months ago, however, for no...
View ArticleDarkmode picker in xamarin forms?
Hey Everyone, I want to run every control of the application in dark mode. How can I do that? Any Help.
View ArticleHow to set picker mode in xamarin forms?
Hey Everyone, I set the theme of application in IOS as dark so the background color of picker changed automatically but I want the same color of picker in Android too, How can I do that? Any Help.
View ArticleHow to check if the image exists using ImageSource.FromFile
HI, I have placed all the images in the resources folder. Based on the database values i load the file. If i dont find the name of the file from database in the resources folder, then I need to show...
View ArticlePNG image showing black background when loaded from DB
When I try to load a PNG image from DB to Xamarin Forms, it show a black background on the transparency area. If I include it from Visual Studio and load it up, it appears okie. The reason I want to...
View ArticleHi Friends , How to Create This TabBar in Xmarin.Forms?
How to Create This Tabbar in Xmarin.Forms? In Center this TabBar Have a CornearRadius Note:My Project Shell Xamarin.Forms / VS2019 This image:
View Article[ListView/CollectionView]: How to prevent images from disappearing on Android
I show a list of images in ListView or CollectionView. When I scroll up and down several times, I see that on Android, sometimes cells that have been shown before are now empty because their image is...
View ArticleUnderline briefly appears on entry after adding GravityFlags.CenterHorizontal...
I added Control.Gravity = GravityFlags.CenterHorizontal to my entry and now when the page containing my entry appears, there's an underline in my entry that appears only for a second. How can I remove...
View ArticleTime picker with predefined values and Custom option
Hi, I want to make a Picker where, I an choose 4 default values e.g. 15 min, 30 min, 60 min, and last "Custom". When somebody click Custom, I go to time picker, Can I make this in Time Picker, or I...
View ArticleXamarin Form Cross Platform App MySQL Database Connectivity Error
I am trying to connect my Xamarin Forms app to MySQL but getting an error. Steps I have followed 1. Create Xamarin Cross-Platform Mobile App in Visual Studio 15.8.5 using NetStandard. 2. Installed...
View ArticleUnable to select/copy/paste text in Xamarin.Forms Editor or custom Borderless...
Hello @JamesMontemagno , I've implemented Borderless Editor in my Xamarin.Forms application using Custom EditorRenderer. But I'm facing an issue that the editor text is not selectable at all in both...
View ArticleFramework is not a valid framework
Hi everyone, I am trying to add ironsource framework to my xamarin.ios project. I have added dll and framework as per the...
View ArticleHow to hide TabBar on iOS 13 in Xamarin Forms?
Hi everybody, wish you get healthy! I'm trying to hide TabBar on iOS via CustomRenderer follow this guide link But it's only work on iOS 12, on iOS 13 it's have blank white space. How to fix this?...
View ArticleSkiaSharp drawing issue inside CollectionView
I have a SKCanvasView inside CollectionView <CollectionView ItemsSource="{Binding Icons}" > <CollectionView.ItemsLayout> <GridItemsLayout Orientation="Vertical" VerticalItemSpacing="10"...
View ArticleHow to bind a object in a custom Control
Hi there community, I've got a Problem with Databinding in Xamarin. So I have this Custom Control which already has a bindable Property SelectedItem: ` public LTVLI SelectedItem { get =>...
View Article