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

All Questions

Tagged with
0 votes
2 answers
469 views

Moving a custom ViewCell renderer from Xamarin to MAUI

In XAMARIN FORMS I used a custom renderer to change the background color of a selected item in a ListView and the default background color, but I was having a hard time modifying my app in MAUI to ...
Ryan Wilson's user avatar
  • 10.5k
0 votes
1 answer
191 views

MAUI Essentials Get Mobile Carrier Name

We are currently building a mobile app using .NET 6 and are looking for a way to detect the name of the mobile carrier that a device is using. Is this possible via MAUI Essentials? If it isn't is it ...
MobileDev's user avatar
  • 273
0 votes
1 answer
393 views

How to use Attributes in .Net MAUI?

In .NET and Xamarin.Forms, which .NET MAUI is based on, We can use the [DependsOn] attribute from the Xamarin Community Toolkit's MVVM helpers to specify that one property depends on another. Here's ...
Divyesh's user avatar
  • 2,273
0 votes
1 answer
198 views

.NET 7.0 iOS and Android Workloads NETSDK1202

I'm creating a new mobile app using .NET. I originally installed the iOS and Android workloads using .NET 6 but I saw the NETSDK1202 warning about these workloads being unsupported now in .NET 6. To ...
MobileDev's user avatar
  • 273
0 votes
2 answers
243 views

Bug! Unable to load .xaml Pages in .NET 7.0 MAUI C#

At first I built my app with .NET 6.0 and my app is successful for Android devices, Android Emulator and Windows Machine. After, I upgrade my project from .NET 6.0 to .NET 7.0. My code run for Windows ...
DimitrisRammos's user avatar
1 vote
0 answers
36 views

In Maui .net, how to communicate with a usb device using android emulator? [duplicate]

I have a basic maui program in .net 6.0. I just started with .net and Maui. I want to communicate my android device eventually with an external device over usb . For now, I want to debug using an ...
AV250's user avatar
  • 11
0 votes
2 answers
968 views

.Net 6 Maui - Open Application in full screen mode (Windows)

Is it possible to open the application under .NET 6 Maui on Windows in full screen mode? This can be defined initially in the App.xaml.cs. Google did not yield any helpful results I have already tried ...
Andreas's user avatar
0 votes
0 answers
61 views

The type or namespace name 'Storage' does not exist in the namespace 'CommunityToolkit.Maui'

I'm trying to use FolderPicker following this video . I did install from nuget package CommunityToolkit.Maui and add it to csproject(I already use it for popup and it worked fine) , but when I try ...
the_yaz2000's user avatar
0 votes
1 answer
416 views

How to add Android Auto support for an already existing MAUI application With media palyer

We are intergating some media player functionalities for Android Auto/Cars support with MAUI mobile application. I am able to play some sample media with .MAUI for Android platform, But when I am ...
user1613217's user avatar
0 votes
0 answers
39 views

Picker Not Displaying Bounded Values In AppShell

I have an app with a main page called OPMain where I was previously displaying data inside of 3 Pickers just fine. I ended up realizing that the screen was getting quite cluttered and decided that it ...
jakewags01's user avatar
0 votes
0 answers
88 views

modify location permit request with MAUI

I need to modify the message that appears when requesting location permissions from the user in MAUI for both Android and IOS, I also need to modify the type of location, I need it to always be ...
Carlos Vidal Vidal's user avatar
0 votes
1 answer
992 views

How do I initialize a table with data, which is stored in a list in a MAUI app?

In my app I have a few pages and in one of them I want to initialize a table that holds some data. My problem is that I do not know how many rows there are going to be. The header should be static ...
Steven Tumler's user avatar
0 votes
1 answer
314 views

Blazor Hybrid Maui App local Deployment crashes on iPad Air 15.7.3

I am trying to learn and get experience with the new Blazor Hybrid platform. I created a new project and have not modified any code, but cannot get the application deployed to a local iPad. I have an ...
pontiacbandit's user avatar
0 votes
1 answer
968 views

Maui Page still running after navigation

I am having an issue in .NET Maui where the code from the previous page is still running while the new page is open. Part of my app uses the camera and opens up an image programmatically, but the ...
Ryan Law's user avatar
0 votes
1 answer
680 views

.Net 6.0 MAUI. On simple code UI getting freeze for a second not getting why

I am new to .net 6.0 MAUI using Visual Studio Community 2022 (64-bit) - Current Version 17.5.0. I just wrote simple code to show the Mathematical table of entered number on button click using MVVM. I ...
Dharmesh Bhagatwala's user avatar

15 30 50 per page
1
2 3 4 5
8