I have downloaded Visual Studio 2022 Professional (preview) version from MS Document. Also I have followed the other steps to create first sample application us
I have a Xamarin.Forms application with an Android and iOS version. The Android version is working fine in both Debug and Release mode.. in fact the Android ver
I am getting the following exception when running Xamarin Forms iOS app after upgrade to the latest Visual Studio Mac: {System.TypeInitializationException: The
I want to align my text in the center, but the image on the left. I have tried it with HorizontalAlignment, but it aligns both. How to do it?
I have a Picker in Xamarin and I want to pass the selected item in Picker to the another page(TablePage). Below this Picker there is a button and whenever it is
For a project I have to know whether runtime compilation of razor templates on iOS (xamarin) devices would work. Right now I have no emulator or iOS device avai
I'm using a Label with Spans, one of them is a link and I want to add an underline style, I'm using <Span Text="Link url" TextDecorations="Underline" /> b
I am using a CollectionView and when a user selects an item, I don't want the SelectedItem to show background color at all. I have tried to achieve this effect
I want to get the particular points inside the svg for xamarin.forms Is there is any ways from which I can achieve? Thanks in advance.
Hello Developer I want to create a a directory inside a Album in iOS using Xamarin form ,I need to use this directory to store all my capture images
I have a label where I want strikethrough and a lineheight of 1.5 This works fine with Android, but strikethrough does not work on iOS when LineHeight is also s
In android you can create a drawable-night folder and put your dark mode images there. What is the process in iOS? Do I create a folder? I have visual studio 20
Need to make a request with a local network server. If machine name is known, but not IP address. string serverAddress = "mylocalserver"; System.Net.ServicePoi
I have been trying to create a ScrollingView on Xamarin.ios for several days now which shrinks and enlarges when I establish it, showing a larger scrollable par
I receive the following error in DidCompleteWitherror: com.apple.AuthenticationServices.Authorization Error Code 1000 I'm using the following code to sign in
Hyperlink is shown at last for attached image, want to show highlighted option value from device setting section to my app . How to get current value of AutoFi
I am new at mobile development and Xamarin, trying to publish my first iOS app but, Apple rejected my app due to this crash log : OS Version: iPhone OS
I'm trying to develop on xamari.ios, the animation consists in the translation of the View, when the swipe gesture is detected, the animation follows the finger
How can I use the iOS OSLog in Xamarin.iOS? I did succeed in using NSLog as follows, but I see no way of setting the subsystem (to the bundle identifier) with
I want to fire a click event on the Done button on a Picker in Xamarin Forms. I found some people having custom render for entry, but how can we implement the d