docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
This documentation is terrible! Following it only leads to confusion, dead-ends, and frustration. Stop abusing your readers by sending them into page linking hell! Discuss the ICanvas in the context...
I was trying to figure out how to set up a mechanism where I could swipe a row and delete an element. That might not be quite the right place...
When Android is running in immersive mode, running DisplayAlert to show a message unhides the system icons at the bottom. Is there any way of hiding this?
This warning is located on the page Warning Using the ReadAsStringAsync method to retrieve a large response can have a negative performance impact. In such circumstances the response should be...
[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: c41e4603-6e24-65df-1429-b6beff4d3ec8 * Version Independent ID: c41e4603-6e24-65df-1429-b6beff4d3ec8...
Doc how to use the Platforms folders for splash screens, layouts, images, assets and anything else platform-specific. This should cover the approach for referencing multiple-density images on each platform.
It seems that the Windows build require runPartialTrust at the least. Windows Store would not accept this when trying to publish an application. Is there any way we can make...
Xamarin doc: https://learn.microsoft.com/en-us/xamarin/ios/platform/binding-objective-c/ .NET MAUI sample: https://github.com/Sweekriti91/maui_ios_binding Binding Obj-C - https://docs.microsoft.com/en-us/xamarin/ios/platform/binding-objective-c/ Updated the sample here : https://github.com/Sweekriti91/maui_ios_binding Steps followed : ## Steps 1. Convert csproj file to SDK style. 1....
I feel like this doc is a bit confusing and doesn't quite guide users to what they are looking for. If we want to show migration, then I think we...
Apologies if I have missed something on this. Do I need to worry about the Xamarin.AndroidX. * / Xamarin.GooglePlayServices nuget packages after following the guide? If there are MAUI alternative...