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

## Issue description We used to have this in our templates as well But we've removed it because it isn't needed if you've specified "Tabbar". This can cause confusion when...

doc-enhancement
Pri3

### Type of issue Missing information ### Description I am using VS Code and there is no useful info on how to set the Linking settings manually in the `.csproj`...

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

### Type of issue Missing information ### Description This document assumes you are using Visual Studio and does not include instructions on using VS Code (for example adding an `aar`...

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

### Type of issue Other (describe below) ### Description For .NET 9, we're changing the default F5 deployment for Windows to Unpackaged so that we can address new users who...

doc-enhancement
Pri2
:checkered_flag: Release: .NET 9
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Missing information ### Description There is some discrepancy between the platforms when it comes to SemanticProperties.Description and our suggestions. It appears that to use Voice Control...

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

HybridWebView sample using React. [Use the example on Eilon's repository](https://github.com/Eilon/MauiHybridWebView/?tab=readme-ov-file#mauireactjshybridapp-react-js-app)

doc-idea

Routing and navigation - URI request routing behavior (later, not V1 at this time) - Initial navigation path (not implemented yet, likely different architecture than Blazor) - Navigation among pages...

doc-idea

Using browser developer tools is same setup as Blazor hybrid: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/developer-tools

doc-idea

Security considerations with the WebView Runtime- > same as Blazor hybrid docs: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/security/security-considerations?view=aspnetcore-8.0

doc-idea

Troubleshooting - HybridWebView logging - String limitations / batching calls (may be needed if we don't implement this in the control)

doc-idea