docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
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
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...
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....
.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
In .NET 9, `HideSoftInputOnTappedChanged` is enabled for MacCat. More info: https://github.com/dotnet/maui/pull/21529
### 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...
### 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...
### 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...
### 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...
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