docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

This repository contains documentation for .NET Multi-platform App UI (MAUI).

Results 189 docs-maui issues
Sort by recently updated
recently updated
newest added

In .NET MAUI 9, apps can use `TrimMode=full` to remove unused code from the app: ```xml full ``` More info: https://github.com/dotnet/maui/pull/22282

:checkered_flag: Release: .NET 9

Certain features of MAUI can be enabled or disabled using feature switches. The easiest way to control the features is by putting the corresponding MSBuild property into the app's project...

doc-idea
:checkered_flag: Release: .NET 9
:pushpin: seQUESTered

In .NET MAUI 9, the Compatibility package is no longer referenced from the project template, and hence no longer added to new projects. Go through the docs/samples and remove it....

:checkered_flag: Release: .NET 9

.NET MAUI 9 adds the following iOS platform-specifics, which were present in Xamarin.Forms: - `PrefersHomeIndicatorAutoHidden` - `PrefersStatusBarHidden` - `PreferredStatusBarUpdateAnimation` More info: https://github.com/dotnet/maui/pull/20069

:checkered_flag: Release: .NET 9

In .NET 9, `HideSoftInputOnTappedChanged` is enabled for MacCat. More info: https://github.com/dotnet/maui/pull/21529

:checkered_flag: Release: .NET 9

### Type of issue Outdated article ### Description Hi, When I try to distribute my code from Visual Studio to the Google Play Console I need to enter information into...

doc-bug
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Description Since there is https://github.com/dotnet/maui/issues/19041 for iOS, I wanted to ask how background service in an app would run in MAUI for Android. My tries so far. 1. Add...

doc-idea

### Type of issue Code doesn't work ### Description There should be big warning to not use this template while using Windows platform. When defining a GroupFooterTemplate on Windows, your...

doc-bug
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Missing information ### Description [Enter feedback here] It would be nice if there was example code for the statement. "The Window-derived class can then be consumed...

doc-enhancement
Pri1
dotnet-mobile/svc
dotnet-maui/subsvc

In .NET 9, you can drag from outside the app on iOS/MacCat/Windows with a `DropGestureRecognizer`. More info: https://github.com/dotnet/maui/pull/21684

:checkered_flag: Release: .NET 9