Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [xamarin]

Xamarin is a platform consisting of Xamarin.iOS, Xamarin.Android, Xamarin.Mac and Xamarin Test Cloud. It allows you to write cross-platform native Apps for iOS, Android and Mac and follow your app through its entire lifecycle. The introduction of Xamarin.Forms supports Native UI development for iOS, Android and Windows

xamarin
0 votes
1 answer
49 views

Disable ViewCell long press loading animation on Android .Net Maui

I want to disable the loading animation shown on an Android native ViewCell when the user long presses it. I was able to disable the highlighting of the ViewCell on click by implementing the following ...
testsonic testsonic's user avatar
-1 votes
0 answers
42 views

iOS 12 OTP SMS Autofill Not Working in Xamarin.Forms Custom Entry Renderer

I'm working on a Xamarin.Forms application that includes an SMS verification feature. Users enter their phone number, receive an SMS with a verification code, and then input this code into the app. To ...
Aytuğ Arslan's user avatar
0 votes
0 answers
30 views

Tab Navigation In MAUI Is Not Showing The Back Button

I have AppShell.xaml as below, <Shell> <TabBar> <Tab Title="Home"> <Tab.Icon> <FontImageSource FontFamily="...
Smit Rathod's user avatar
0 votes
0 answers
17 views

Xamarin crash : view not attached to window manager

I have recently started to get stability issues (crashes) reported when uploading my Xamarin app to the Google Play Console. Below is a sample stack trace: Exception java.lang....
SteveS's user avatar
  • 11
0 votes
0 answers
13 views

How i can resolve this error in AppDynamics.Agent the error is the pat is too loong

In my projet in Maui i try intall appdynamincs.agent im my project migration for Maui Medis but the path inform to install is too long, how to resolve this situatiom?? Someone can help me please. The ...
Helio Marcus Nery Fidalgo's user avatar
1 vote
1 answer
79 views

Stop operation if CancellationToken is requested

I had this problem, in my mobile app, if you press logout at the moment of a sync, it crashes. Sync - is synchronization of the whole state of my application and information output. Logout - after it ...
rinyasuper's user avatar
-1 votes
0 answers
19 views

Xamarin loop while trying to run a simulator

I just tried to debug my ios application on Xamarin. Paired my Mac, and then when I run debug, it loops in this way: Checking Server, Connecting to Mac, Connected. And repeats every second. I tried to ...
LanceT's user avatar
  • 1
-1 votes
1 answer
40 views

MAUI .NET 8 - Absolute layout height size is not same as in Portrait and Landscape mode

In my MAUI project, I used AbsoluteLayout to define a UI design. However, I found that AbsoluteLayout height proportional is the same as in Portrait and Landscape. The height size differs, For example,...
Anitha v's user avatar
0 votes
1 answer
39 views

MAUI .NET 8 iOS - Span TapGestureRecognizer not working

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In iOS, the span text TapGestureRecognizer is not working. gesture_Tapped event is not triggered. var sp2 = new ...
Anitha v's user avatar
1 vote
1 answer
53 views

MAUI .NET 8 - Xamarin Migrated project

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In my project, I used RelativeLayout for UI design on all the pages, now this RelativeLayout is outdated in MAUI. ...
Anitha v's user avatar
0 votes
0 answers
36 views

.NET MAUI BLE app not showing any services

I am trying to develop an application that connects to a BLE device (ESP32) and read the data sent by it using Plugin.BLE and .NET MAUI. BTPage.xaml.cs using Plugin.BLE; using Plugin.BLE.Abstractions....
Shubhankar Pande's user avatar
0 votes
0 answers
37 views

How we set Flyout property and detail property on code behind in Flyout page in .net MAUI?

I need to migrate the Xamarin project to MAUI . I need to implement the flyout page and set the flyout and detail property on code behind is there any solution ? set Flyout property and detail ...
Shahrukh BT's user avatar
-1 votes
0 answers
43 views

convert Xamarin.iOS(native) into MAUI

I have existing xamarin.iOS project. Now there is a requirement to embed Xamarin.iOS(native) into MAUI, is there any possible way to do that? several issues Like how we can utilise our existing story ...
Amarjeet Singh's user avatar
0 votes
0 answers
27 views

Xamarin.Forms Android 14 application can not be terminated

I am developing application for Android 14 (34) (C# VS) and tried to make it be terminated by pressing a menu option. Using implemented an android location service GPS position of the device is ...
Vadym's user avatar
  • 86
0 votes
1 answer
36 views

Video Recorder using MediaCodec in Xamarin.Android Produces Tiled Video Output

I am working on a video recording feature in a Xamarin.Android app using MediaCodec for encoding. My goal is to record video and save it in H.264 format. However, the output video appears tiled, as ...
Gurucharan Vijayakumar's user avatar

15 30 50 per page
1
2 3 4 5
3390