Replies: 8 comments 6 replies
-
on mobile you typically use a swipeview https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/swipeview |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Yes, but sometimes the context menu is also very useful. WeChat uses a lot of context menus instead of the previous SwipeView。 |
Beta Was this translation helpful? Give feedback.
-
Agreed. |
Beta Was this translation helpful? Give feedback.
-
One can use this package https://github.com/anpin/ContextMenuContainer (shameless plug!). Which was just updated to support MAUI. Allows one to display context menu with long-tap on mobile and right-click on desktop. |
Beta Was this translation helpful? Give feedback.
-
I don’t have a comparison, but I’ve been using it four couple years since the Xamarin.Forms was around. The delay in porting the lib over to MAUI was due to various issues preventing my apps from being effectively shipped which has been mostly resolved by now. Please let me know if you find it helpful! On Sun, Feb 11, 2024 at 11:08 PM, Hans Bakker ***@***.***> wrote:
@anpin That looks helpful, that it also supports desktop.
Do you have experience with https://github.com/the49ltd/The49.Maui.ContextMenu? Do you have a comparison with your library?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Please open an issue in the repo.
|
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With the .NET MAUI in .NET 7 Release Candidate 1,We can now attach a context menu to any visual element using a MenuFlyout control. When the user right-clicks that view, the flyout will appear in that location when run on a desktop platform.
So,why not apply this feature to mobile device,for example,long tap the item to invoke the context menu, i think it's very useful。
Beta Was this translation helpful? Give feedback.
All reactions