docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
### Type of issue Missing information ### Description The text above the code sample in the "Display a local HTML file" section describes setting the Source property for a WebView,...
### Type of issue Other (describe below) ### Description Please file an issue by choosing "Send Feedback > Report a Problem" in the Help menu. Error summary: avdmanager has returned...
### Type of issue Missing information ### Description This is in regards to [MAUI Issue 6748](https://github.com/dotnet/maui/issues/6748) where we have been told that we can use a handler to add a...
## Issue description We need to include "for" in the product names due to marketing and branding guidelines, so we need to update any place in the docs that is...
.NET MAUI 9 supports Android asset packs. This needs doc'ing in terms of how to use it from a .NET MAUI app (specifying `AssetPack` and `DeliveryType` on a `MauiAsset`).
In .NET MAUI 9, `x:DataType` warnings will be disabled. However, the behaviour can be opted back into by setting the `$(MauiStrictXamlCompilation)` build property to `true`. This strict compilation will remain...
In .NET MAUI 9, it will be possible to compile bindings that set the `Source` property. https://github.com/dotnet/maui/pull/20610
### Type of issue Missing information ### Description A number of users have ran into issues with scenarios related to multi-window behavior and how android handles activities. We're going to...
## Issue description [Documentation ](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/checkbox?view=net-maui-8.0) for **CheckBox** provides the following example for manipulating the color of the **CheckBox**: ``` ``` If you copy and paste that code you will receive...
### Type of issue Outdated article ### Description The Apple Developer Screens now have different options under the "Users and Access" subheading. It is difficult to determine which options should...