docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
## 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...
### 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`...
### 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`...
### 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...
### 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...
HybridWebView sample using React. [Use the example on Eilon's repository](https://github.com/Eilon/MauiHybridWebView/?tab=readme-ov-file#mauireactjshybridapp-react-js-app)
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...
Using browser developer tools is same setup as Blazor hybrid: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/developer-tools
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
Troubleshooting - HybridWebView logging - String limitations / batching calls (may be needed if we don't implement this in the control)