docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
Which browser engines are used to render WebView on each supported platform?
See the document, where it states >To comply with Android resource naming rules, all local image filenames must be lowercase, start and end with a letter character, and contain only...
Hi, How to make subsequent call to the api and how to sign out. Best regards, João Martins --- #### Document Details ⚠ *Do not edit this section. It is...
I'm unable to find information about permissions with extra attributes in the manifest in this text For instance ` ` Then making my own permission by inheriting the base class...
Hi All, In Xamarin forms custom renderers we can write renderer for control which is a specific type like Entry or button etc. Still, we can access control default properties....
 **Custom Control:**  Using in XAML: -  When the page is loadig we are getting runtime exception like above screenshot. **Note:** In Xamarin. Forms its working fine and...
I would like to point out that a note like the following would save a lot of time: To distribute the application with a self-signed certificate, it is necessary to...
### Type of issue Missing information ### Description There is still a limit of 2000 chars when try to open a scheme or app over the OpenAsync call. So it...
We have docs on app/window lifecycle, but not for individual views. Some events that I see are: Before properties set: - **Constructor** After properties set: - **HandlerChanging event** - before...
Based on this StackOverflow question: https://stackoverflow.com/questions/77534919/how-to-share-code-between-ios-and-mac-on-net-maui-no-conditional-compilation I think you should improve this documentation: https://github.com/dotnet/docs-maui/blob/main/docs/platform-integration/configure-multi-targeting.md Clarifying that when using "folder-based multi-targeting" we have to use our own root folder, and not...