dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.24k stars 1.76k forks source link

Enable ContextFlyout code for iOS/Android #9445

Open PureWeen opened 2 years ago

PureWeen commented 2 years ago

Description

The ContextFlyout code added here works fine on iOS

image

Android will require a little bit of extra code.

I'm creating this issue to track if we want to enable these handlers (at least iOS) once we are API complete

PureWeen commented 2 years ago

Enabling iOS is just a matter of removing the if/defs that narrow this down to catalyst

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.