Category "xamarin"

How to achieve fluent scrolling in Hybrid Maui Blazor APP?

Update I've added a screencast to better demonstrate the horizontal scroll problem I'm building a Hybrid MAUI / Blazor app. My goal is to make use of the native

Xamarin app crashes with The type initializer for 'System.Text.Json.JsonSerializer' threw an exception after SignalR install

After adding SignalR client to my Xamarin Forms app, it started crashing shortly after launching. The error I get is: System.InvalidOperationException Message=E

Xamarin: Is there any way for my testers to download my app from AppCenter without the need to login to AppCenter First?

When I used HockeyApp (which is no longer an option), I could just copy the download link to my app and send it to my testers, and when I published a mandatory

How do I reset the binding from my source (ViewModel) to the target (.xaml)

I have a ProfilePage.xaml containing some ImageButtons like these (six of them): <ImageButton x:Name="resultImage" Source="{Binding Profile.Images[0].Sou

How to position 3 buttons in StackLayout equal width

Anyone know how to position 3 buttons in StackLayout with equal width? I have it working with Grid with <Grid x:Name="MyGrid" Grid.Row="0" BindingContext="{

Determine on iPhone if user has enabled AutoFill Passwords

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

Installed apk doesn't start

I have to write couple tests on Xamarin UI Test framework to check apk on emulator. I tried to install my apk in two ways: 1 adb.exe install path\com.company.m

Why does Xamarin.FFImageLoading SVG is not working on Android 11 & 12?

Xamarin.FFImageLoading SVG seems to not be working on Android 11 & 12. For example, when I do Android Target to 11 Version, setting the SVG on Embedded Reso

load failed UWP.csproj : error : Object reference not set to an instance of an object

My Xamarin.UWP suddenly won't load after Visual Studio 2017 15.4. I did update my Xamarin PCL and others. But the UWP Project will not load anymore. I can't g

Xamarin.Forms MSAL authentication java.exe exited with code 1

<activity android:name="microsoft.identity.client.BrowserTabActivity"> <intent-filter> <action android:name="android.

Xamarin.Forms; display the phone number of my SIM Card at device on the screen

I want to display the phone number of my device on the screen. In Xamarin.Android the code is work. But I want to use a code in Xamarin.Forms. I've searched bu

I can't reproduce iOS Crash Log

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

Plugin.InAppBilling always returns "Invalid Product" on Xamarin.iOS

I have been trying to implement the Plugin.InAppBilling NuGet package for the last weeks and trying to run the "Get Product Details" example from the documentat

Tizen .Net Mobile Development

I'm using Tizen.Net Development by using Visual Studio 2017. Currently, I had developed Tizen Mobile application with Xamarin.Forms. I'm facing a few problems:

Translation animation between views on xamarin.ios

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

Xamarin Android: java.exe exited with Code 2 -- MultiDex enabled

After the most recent update (Xamarin.Android.Support libraries, V28.0.0, Build tools 28.0.3), every build is failing with "java.exe" exited with Code 2 I had

Can ASP.NET CORE MVC be hosted in Xamarin App(Android)?

I have a ASP.NET CORE MVC (.NET CORE 3.1) application running well on Kestrel in Windows, Now I'm wondering if possible to migrate it to Android via Xamarin? T

How to use iOS OSLog with Xamarin?

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

How can we handle the done button click event for a Xamarin Forms Picker?

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

How can one get actual file path from filepicker

I got another path instead of file actual path..