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, setting `MainPage` from `Application` is now obsolete. This will require massive updates to docs and samples. More info: https://github.com/dotnet/maui/pull/23692

:checkered_flag: Release: .NET 9

In .NET MAUI 9, there's a new `HandlerProperties.DisconnectPolicy` API for controlling when `DisconnectHandler` is called. More info: https://github.com/dotnet/maui/pull/23738

:checkered_flag: Release: .NET 9

In .NET MAUI 9, the `IsEnabled` and `IsVisible` properties in `BackButtonBehavior` have their binding modes changed from `BindingMode.OneTime` to `BindingMode.OneWay`. This may not require any doc updates, but it's worth...

:checkered_flag: Release: .NET 9

In .NET MAUI 9, there's a `TitleBar` control on Windows that enables the title bar of desktop apps to be customised. More info: https://github.com/dotnet/maui/pull/23019 and https://github.com/dotnet/maui/pull/23845

:checkered_flag: Release: .NET 9

In .NET MAUI 9, there's a back compatbility switch to use the 0.0.0.0 address: ```csharp / Set this switch to use the LEGACY behavior of always using 0.0.0.0 to host...

:checkered_flag: Release: .NET 9

.NET MAUI 9 obsoletes the legacy measure calls. Sweep the docs/samples for usage and update. As part of this work a `MeasureView` method has been added as the preferred way...

:checkered_flag: Release: .NET 9

### Type of issue Other (describe below) ### Description Can some detail be added as to why the word "attempt" is in the following sentence? Is ToUIViewController not recommended? Are...

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

I am thinking we should add documentation around Android emulators and what works where. Got a few questions around Windows ARM devices and currently there isn't any support out there....

doc-enhancement

Update the WebView doc with this info. More info: https://github.com/dotnet/maui/issues/23027#issuecomment-2260199263

doc-enhancement