maui Questions

2

I'm trying to bumble my way through making a cross platform camera app in .Net MAUI. I've achieved everything I want so far, but the last step is having the app resize the image before saving. I'm ...
Decathlon asked 25/5, 2023 at 0:18

3

Solved

I am able to start my Windows MAUI app using an URI, and I can get the URI itself. But, it appears that a NEW instance of the app is being created. This is not ideal for me -- if my app is already ...
Irrelevancy asked 21/10, 2022 at 23:17

3

Solved

I am running into some issues with styling a radio button in .Net MAUI. Initially, I noticed the the radio button look-and-feel is not consistent across Windows and Android, as can be seen in the i...
Acerbate asked 20/1, 2023 at 23:6

2

Can someone tell me how using .NET MAUI I can force the system to open system settings, or better system settings > myApp > permissions ? I am trying to write code which redirect user to sett...
Botulinus asked 21/12, 2022 at 10:3

5

Solved

In my application I have defined colors for my controls. Mostly like this {StaticResource Black} some like this because I had some problems with changing the color when I set the value to disabled...
Albanese asked 12/3, 2023 at 21:22

3

Solved

Since .NET MAUI is the successor of Xamarin, i am trying to port a Xamarin layout to the new Maui version. The RelativeLayout is removed from Maui. I used the RelativeLayout to position a GUI on to...
Oneeyed asked 10/9, 2022 at 12:6

3

I created a new MAUI app in Visual Studio with the default application. I am trying to add a TabBar at the bottom but it is always appearing at the top (see screenshot). All the examples I have see...
Secondclass asked 13/12, 2022 at 12:59

2

.net MAUI Project based on .net version 7 getting crashed while I am trying to deploy it on device. Below is the exception I am getting: Visual Studio for Mac version :17.4(build 2406) .net versio...
Midrash asked 31/1, 2023 at 12:57

7

Solved

I created an appsettings file for a MAUI app and loading it in the IConfiguration using .Host.ConfigureAppConfiguration on the builder from a MauiApp.CreateBuilder(); I can access the file in Windo...
Bresee asked 8/12, 2021 at 18:49

3

Solved

In UWP, I enjoy the benefits of using SQLite.Net-PCL, creating classes to be used in apps as ObservableCollections to bind to the GridView. After including SQLiteNetExtensions to build a database w...
Phyliciaphylis asked 21/4, 2017 at 21:0

2

I have setup in app purchasing on Android and the Google Play Store. When I try to purchase the product from the Android app it returns this error: The item that you were attempting to purchase cou...
Courtund asked 20/11, 2023 at 18:55

3

I have followed the official documentation of the web authenticator for .NET Maui here. It explains what to do efficiently, but they miss some crucial information regarding the callback URL. Accord...
Humus asked 5/9, 2022 at 7:0

1

Solved

I have created a new MAUI .NET 8.0 project (no changes from the default that Visual Studio 2022 creates) called TestMauiApp. I've then added a MAUI class library to the solution called MauiLibrary,...
Clay asked 7/12, 2023 at 21:1

4

I need a specific MAUI page to be in Landscape only orientation. I found this tutorial about forcing device orientation and I am using the multi-targeting feature of MAUI to implement the device sp...
Tinatinamou asked 17/12, 2022 at 22:52

6

Solved

I'm new to MAUI with basic knowledge on Xamarin.Forms I would like to add a bottom border (and border tickness) to an Entry control in MAUI. On Xamarin.Forms, we had to create a Custom Control and ...
Padova asked 27/5, 2022 at 11:21

1

As the title states, i'm facing an issue while installing visual studio "couldn't install microsoft.visualcpp.redist.14". I understand there are solutions here and there but they don't se...
Armalda asked 10/8, 2024 at 20:14

8

Solved

I've installed .NET 6 (version 6.0.100-rc.1.21458.32) and Visual Studio 2020 Preview (although it might be not a prerequisite). I am trying to debug a hello-world application but I am getting a bui...
Mewl asked 20/9, 2021 at 18:29

2

Solved

The location emulator used to work perfectly without any problem all of a sudden the map is no longer loading as seen in the screenshot attached bellow i tried resetting emulator install sdk update...
Trusteeship asked 6/12, 2023 at 10:29

2

Solved

I'm trying to change Navigation Bar and Status Bar background color in my .Net MAUI Android App. I found how to do that when the app has initialized an loaded (Status Bar: Using MauiCommunityToolki...
Outrun asked 19/2, 2023 at 1:10

3

Is there any way to bind native libraries like in Xamarin? I have tried to do some native implementations in the new .NET Maui and haven't had success on it. I would really appreciate if someone ha...
Curriculum asked 7/4, 2022 at 18:57

11

I found what seems to be useful in this link: A Keyboard disabled Entry control in Xamarin Forms But it seems that it only works in Xamarin Forms. I even used it in my MAUI app, but it simply has n...
Radiograph asked 1/8, 2022 at 21:4

10

Solved

Most of the posts I found related to this issue were created when Maui was still in beta. This issue affected the Android build only! The iOS build worked the first time. Following this Microsoft M...
Borzoi asked 1/12, 2022 at 18:22

6

I'm new to mobile development and I'm trying to have my .NET Maui app connect to a local ASP.NET Core website (API). I am currently blocked by this exception: System.Net.WebException: 'java.securit...
Squamosal asked 9/2, 2022 at 10:2

4

Solved

I am starting with dotnet maui and documentation is very poor at this point. I have existing project that targets older Android API level and have the Environment ready for this. When I try to buil...
Kepi asked 19/7, 2022 at 7:18

3

Solved

I have installed the .NET MAUI extension for VS Code: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui In addition, the C# and C# Dev Kit extensions are installed. But...
Pettis asked 3/1, 2024 at 12:30

© 2022 - 2025 — McMap. All rights reserved.