Skip to main content

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

0 votes
0 answers
8 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
29 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
17 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
27 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
32 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
23 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
0 answers
27 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
0 votes
1 answer
49 views

How can I use Windows/Android accent color in .NET Maui?

I want to use the Accent color that user have set in the system settings, as the main theme of my app. I mean the Accent Color in Windows or the Color palette in Android I'm not sure if there's a way ...
Sepehr Hekmat Rad's user avatar
0 votes
1 answer
33 views

Suggestion for upgrading from Xamarin Forms for Android App

I have an Android application that is currently part of a multiplatform solution. I've been using Xamarin Forms in it. Recently I've had to update the application to .Net 8 to support the newer ...
RyGuy's user avatar
  • 3
0 votes
0 answers
10 views

XamarinForms background color

For a long time I have been trying to change the color of the background, but not the background of the application itself, but the background that is located behind the clock and the battery charge. ...
Nazar Bilyi's user avatar
0 votes
0 answers
36 views

Handling exported Flag in BroadcastReceiver in Xamarin.Android

I'm developing an Android app using Xamarin.Android where I was subscribing to ConnectivityChanged like this: //The subscription Connectivity.ConnectivityChanged += Connectivity_ConnectivityChanged; /...
Maycol Pereyra's user avatar
0 votes
0 answers
14 views

On start the app, Simulator showing black screen and closed immediately thru Visual Studio For Mac

I was trying to upgrade the SDK for an xamarine mobile application, I am using Visual Studio 2022 and updated the SDK to 17.5 in project property and running the application on xCode 15.4 on IOS ...
Prashant Arora's user avatar
0 votes
1 answer
71 views

How to change the Windows Cursor on net maui?

Well, I'm trying to find a way to make the Windows cursor invisible or change its appearance, but CoreWindow is null. var window = App.Current.MainPage.GetParentWindow().Handler.PlatformView as ...
marcos sos's user avatar
0 votes
1 answer
27 views

Unable to Change Background Color of Selected Item in Xamarin.Forms ListView

I'm experiencing an issue with changing the background color of selected items in my Xamarin.Forms application. Despite my efforts, the background color does not change as expected, and it seems like ...
zombie's user avatar
  • 1
0 votes
0 answers
43 views

Xamarin Form Api Target Android 14

Good day, The target version was changed in Xamarin Forms and I ran into an issue on Android 14. The NavigationPage.HasNavigationBar="False" property does not seem to be working to hide the ...
Angel's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
3390