Skip to main content
Filter by
Sorted by
Tagged with
12 votes
3 answers
16k views

The web has many articles (and videos) on starting a new Maui app. Microsoft's Maui documentation does discuss the MauiApp lifecycle and enumerates delegates to trigger the appropriate events for each ...
DP10234's user avatar
  • 121
6 votes
1 answer
14k views

I pretty new to c# and maui. I want to understand how can i draw on canvas. I read the docs and find something online. I want to draw simple line. What I did is created class inside MauiProgram.cs ...
JGeorgeJ's user avatar
  • 373
3 votes
1 answer
834 views

I create new maui blazor project and try to publish it for android, but at the and of publish a have error The RuntimeIdentifier 'android-arm' is invalid. I set targer "android-arm", and i ...
Евгений Елисеев's user avatar
14 votes
8 answers
12k views

I'm playing around with .Net Maui. I'd like to add a map to my demo app. Unfortunately it seems that the map control has not been migrated yet. Also it seems that the promised implementation of the ...
Phil's user avatar
  • 542
1 vote
1 answer
943 views

I have been dipping my toes in the .NET Maui framework, but unfortunately so far it has been quite disappointing. There seem to be multiple errors related to Shell (title view not working properly) ...
Avalyah's user avatar
  • 91
0 votes
0 answers
595 views

What I need to do to make a blazor hybrid app installed on Android work with a remote blazor components. Let say the UI runs on Android but server logic runs on Windows. The hybrid blazor app created ...
Jack Neill's user avatar
1 vote
1 answer
1k views

MAUI doesn't accept values like "auto" or "*" so I am kind of stuck how to make the webview expand to the all phone screen area. <ContentPage xmlns="http://schemas....
sino's user avatar
  • 776
0 votes
1 answer
609 views

After upgrading to VS2022 preview 3 and Maui Preview 12 I'm no longer able to debug iOS apps. Break point so get hit but no code is visible. Appliation in break mode I have tried this on a new ...
pedfx's user avatar
  • 21
28 votes
6 answers
46k views

I've just installed VS 2022 preview to use Maui but there seems no way to see a designer view of the XAML, I want to drag and drop controls onto the page but all I get is an ancient looking XAML text ...
Paul's user avatar
  • 407
6 votes
3 answers
5k views

I am facing a problem with hiding the Keyboard after I am done using it or leave the Entry and touching the screen somewhere. In Xamarin Forms, it is working normally, the Keyboard is hiding but in ...
Bas H's user avatar
  • 2,252
7 votes
2 answers
6k views

Testing to add a custom splash screen for a Maui app, I read some Microsoft docs that says At build time, the splash screen image is resized to the correct size for the target platform and device. ...
Ted's user avatar
  • 20.2k
0 votes
1 answer
2k views

We are about to make a hybrid app of sorts of our current Web based app to enable offline usage along with some more usage of native app functionality in mobile devices. The app we are developing is ...
magnus's user avatar
  • 1
1 vote
1 answer
2k views

I want to transfer an existing Blazor Server app to a MAUI Blazor Desktop application. However, I am currently not able to transfer the web api controllers which are started with the blazor server app ...
datapool's user avatar
  • 243
1 vote
2 answers
815 views

Setting the MauiSplashScreen tag inside my net6.0 MyMauiProject.csproj pointing to a mp4 file makes it throw a null exception from Resizetizer/SkiaSharpBitmapTools. It looks like hardcoded trash from ...
Joe's user avatar
  • 11
5 votes
4 answers
20k views

As the question states I am trying to add a toolbar item/button to shell for adding a database item. Normally in Xamarin forms I was able to add a toolbar item with <ContentPage.ToolbarItems> ...
Mufacka's user avatar
  • 257
10 votes
3 answers
16k views

I cant seem to find how to get the screen size of the screen. I tried the Xamarin forms way: mainDisplayInfo.Height; Maui for windows doesnt work like this, anyone know how I can do this? Thanks!
user avatar
1 vote
0 answers
955 views

I need to release .apk signed file. When I am trying to install my archived package, application is crashed right after loading BlazorMobileView on the device. Deployment via release mode doesnt work ...
Animusz_'s user avatar
6 votes
1 answer
7k views

I was working on blazor over maui, vs2022 17.1 preview 2. Then it stopped working, running maui-check on power shell, I get some errors, I tried to fix them and then I get the following: Failed to ...
Iria's user avatar
  • 305
0 votes
0 answers
36 views

I'm adding a SQLite Database to a .NET MAUI application When running the app I get an InnerException message DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies: The ...
Tassisto's user avatar
  • 10.4k
0 votes
1 answer
715 views

Xamarin.Essentials' class DeviceDisplay.KeepScreenOn does not have an equivalent in .NET6 MAUI as yet. Is this intentional? or should I be using something else to stop the screen timing out?
Fyko's user avatar
  • 57
5 votes
4 answers
11k views

In my .Net Maui project I'm using a CollectionView within a ControlTemplate. The implementation is looking like this: <ContentView.ControlTemplate> <ControlTemplate> <Grid&...
Phil's user avatar
  • 542
1 vote
1 answer
724 views

enter image description here private HttpClient CreateHttpClient(string UserToken = "") { HttpClientHandler handler = new HttpClientHandler(); ...
user16258378's user avatar
1 vote
1 answer
423 views

We would like to restrict Google Api Keys in our Xamarin iOS, Android Apps. When we restrict them from Google Cloud, the api denied our request Why does it not work?
G Clovs's user avatar
  • 3,221