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

MAUI now includes support for effects, but there are some small changes from Xamarin.Forms: https://github.com/dotnet/maui/pull/1574

Pri2
doc-idea

Unpackaged apps don't use MSIX. They're typically installed and updated using .exe or .msi files. Many unpackaged apps walk end-users through an installation wizard using a classic UI. https://github.com/dotnet/maui/issues/3166

Pri1
doc-idea

### Description Hi, I need to install .apk file from my MAUI application. I found only some Xamarin tutorials. The syntax of Xamarin and MAUI is not the same, I...

Pri3
doc-idea

To support NativeAOT a new registrar is available in .NET 8. This new registrar is typically faster than the existing static registrar, particularly when calling an exported managed method from...

doc-idea

Experimental support for NativeAOT has been added in .NET 8 for publishing iOS/MacCat apps. Testing shows significant improvements both in size (up to 50% smaller) and startup (up to 50%...

doc-enhancement
Pri3

Create content about how to create custom controls in .NET MAUI. This should include writing `IVisualElementTree` overrides/wiring into the LogicalChildren APIs. For a custom control whose size changes (e.g. a...

Pri3
doc-idea

### Type of issue Outdated article ### Description From Maddy: AssemblyName is how you name your Mac Catalyst app - Title isn't respected. This is an Apple bug. ### Page...

Pri3

The app icon doc makes it look like the `ForegroundScale` attribute of `MauiIcon` is only of use on Android. But it can also be used on other platforms. Investigate from...

Pri3

In P13, `CollectionView` supports drag-and-drop reordering. https://github.com/dotnet/maui/pull/3768

doc-enhancement
Pri2

This page had the following "[CollectionView](https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.collectionview) does not include built-in separators. These can be provided, if desired, in the item template." They are desired (at least in my case), but...

doc-enhancement
Pri1
dotnet-mobile/prod
dotnet-maui/tech