Skip to content

dotnet/maui

main
Switch branches/tags
Code

Latest commit

* Context menus for all Views

Add context menu (right-click menu) support for Windows and MacCatalyst.

Fixes #7777

* Add Public API info

* Update PublicAPI.Unshipped.txt

* - add tests and fix BC propagation

* - cleanup winui handler

* - add comment and issue reference

* - add some additional samples for testing

* - add link to github issue

* - simplify ios mapcontextflyout

* - cleanup

* - Convert to MenuFlyout

* - fix handler names

* - fix test names

* - inline creating of args

* - add FlyoutBase API

* - fix Tizen API

* - fix device tests

* - switch to attached property

* - IContextFlyoutElement

* - fixed BP

* - fix propagated bindingcontext

* - rewire context menu code to be more on demand ios

- wire up context menu for MKWebView

* Update ContextFlyoutTests.Windows.cs

* Update Element.Impl.cs

* - fix extra ZIndex APIs

Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
9e81449

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

.NET Multi-platform App UI (.NET MAUI)

Build Status Build Status

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.

Getting Started

Overview

.NET Multi-platform App UI (.NET MAUI) is the evolution of Xamarin.Forms that expands capabilities beyond mobile Android and iOS into desktop apps for Windows and macOS. With .NET MAUI, you can build apps that perform great for any device that runs Windows, macOS, Android, & iOS from a single codebase. Coupled with Visual Studio productivity tools and emulators, .NET and Visual Studio significantly speed up the development process for building apps that target the widest possible set of devices. Use a single development stack that supports the best of breed solutions for all modern workloads with a unified SDK, base class libraries, and toolchain. Read More

.NET MAUI Weather App on all platforms

Current News

Follow the .NET MAUI Blog and visit the News wiki page for more news and updates.

FAQs

Do you have questions? Do not worry, we have prepared a complete FAQ answering the most common questions.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests. Proposals for changes specific to MAUI can be found here for discussion.

See CONTRIBUTING, CODE-OF-CONDUCT and the Development Guide.