Skip to main content
Filter by
Sorted by
Tagged with
-7 votes
0 answers
82 views

I'm trying to build a three piece Streaming Project in which I need to build an API that is already working, a Java App for Android that I haven't even started and this .NET MAUI using C# that is ...
Pedro's user avatar
  • 1
0 votes
0 answers
41 views

In my .NET MAUI project, I need to use a native interop DLL. Following an example on the Internet, I defined the following in my .csproj file: <ItemGroup Condition="'$(RuntimeIdentifier)' == ...
Peter's user avatar
  • 12.1k
2 votes
1 answer
169 views

I followed several hints on how to get the "default browser" in windows, but they all are how to read the registry path from Current.User: Software\Microsoft\Windows\Shell\Associations\...
bobwki's user avatar
  • 952
0 votes
0 answers
88 views

I’m working on a .NET MAUI Blazor Hybrid app and trying to generate an APK using the following command: dotnet publish -f net9.0-android -c Release -p:AndroidPackageFormat=apk My solution contains ...
amanpreet's user avatar
2 votes
1 answer
92 views

we are experiencing random crashes in a WinUI/Windows .NET MAUI Application (.net 8) which seems to be happening randomly on navigation back to the main page. It is hard to reproduce since it only ...
Momolem's user avatar
  • 21
1 vote
1 answer
94 views

The docs state to call all methods of FilePicker on the ui-thread, so I made the following call: await MainThread.InvokeOnMainThreadAsync(async () => { IEnumerable<FileResult> images = ...
Mano176's user avatar
  • 187
0 votes
1 answer
201 views

I'm make an installation wizard for my maui app with inno setup and am very close to complete it except for this problem after the app is installed and lunched the window is empty the image of the ...
fares's user avatar
  • 1
2 votes
1 answer
112 views

we have MAUI app which manages some tasks on the Machines in the network. Basically it has two main pages, Tasks and Machine. We are encoutering a problem: When selecting task, it must display ...
Giorgi Bekurashvili's user avatar
0 votes
0 answers
35 views

I am working on a MAUI application which uses sqlite-net-pcl as its ORM. When I try to delete the DB file from the app (System.IO.File.Delete(dbFilePath)) I get the following exception on Windows: ...
Carlos H's user avatar
  • 770
1 vote
2 answers
113 views

I need to remove or change the padding value of the DatePicker control. I understand that I need to use handlers, as I have successfully done for the Entry control. However, while it works perfectly ...
Kraken's user avatar
  • 139
0 votes
1 answer
120 views

I'm trying to create various shapes to display rooms (for example, a top view) and it doesn't work. For trapezoid-type shapes, the click area is also square, which creates the wrong behavior. How to ...
Daide's user avatar
  • 13
0 votes
1 answer
234 views

I am using the MVVM Toolkit Popup in a .NET MAUI desktop application. The popup is triggered on a button click and displays a notification message along with two buttons: "OK" and "...
Mahadev Bansode's user avatar
0 votes
1 answer
440 views

Our app works fine in android and iOS. Windows app works fine in Debug mode, but getting crahed in Release mode with Faulting module name: Microsoft.ui.xaml.dll, version: 3.1.5.0 Below is the Event ...
Devanathan's user avatar
0 votes
1 answer
376 views

I have created a MAUI .NET with .NET 8. I cannot use the 9 since the camera lib doesn't work yet for it. This is how it's behaving: Incorrect layout: "Expected" layout: This is how I ...
Federico Navarrete's user avatar
1 vote
0 answers
73 views

I'm developing a Windows app with MAUI for Windows Surface tablets. I have entries that must not show soft keyboard at all. I tried all the options from this post Need a way to hide soft keyboard in ...
Igor. A's user avatar
  • 83
0 votes
0 answers
53 views

After a few days without working on a MAUI app, I returned to it today only to have it blow up on my face. Loudly. After a few searches online (described here), I was able to make it work again. Sort ...
Paulo Santos's user avatar
  • 11.7k
0 votes
1 answer
67 views

We have a layout such that a submit button correctly appears on the bottom left on Android, but when trying to launch the app in Windows, the button no longer shows up no matter how big the windows is....
John Glen's user avatar
  • 966
0 votes
0 answers
117 views

I have a Maui application that builds fine on local machine (Release or Debug) but when push to GitHub repo and then the Azure pipeline runs. The windows stage build step fails with the following ...
Orgbrat's user avatar
  • 353
0 votes
0 answers
240 views

I try to build the MAUI project. However, I encounter the following errors. Error NETSDK1178 : The project depends on the following workload packs that do not exist in any of the workloads available ...
Michael's user avatar
0 votes
1 answer
77 views

I'm currently trying to create a custom CollectionView element that has the first row frozen, so the user can see the first entry when scrolling down. After some trial and error, I concluded that the ...
Fopoki's user avatar
  • 57
0 votes
0 answers
118 views

I’m working on a MAUI application for Windows and I’m trying to set the top padding of a UI element so it does not overlap the titlebar. I’ve written a function to calculate the required padding on ...
AronK's user avatar
  • 1
0 votes
1 answer
403 views

How to set popup placement target on bottom? Please see this screenshot. I want to place the popup on bottom. I have click on three dots on grid header control, but I can not set popup position exact ...
user24796397's user avatar
0 votes
1 answer
479 views

I would like to know how to change the background color of the AppShell menu buttons. Is there a property I could use? Is there a template that I could customize? like this : (App.xaml of Platforms\...
Johann Camboly's user avatar
-1 votes
1 answer
477 views

can you tell me if it is possible to hide the window in MAUI? For example, I want the window containing the MainPage to be hidden when launching the application and a second window for authorization ...
kosiv92's user avatar
1 vote
1 answer
233 views

The Problem We are using .NET MAUI 9.0 Preview 5, .NET SDK 9.0 Preview 5, and SkiaSharp 3.0 Preview 3.1 in our game, GnollHack. SKGLView of SkiaSharp uses SwapChainPanel to render GPU accelerated ...
Tommi Gustafsson's user avatar

1
2 3 4 5