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

Adding custom button to .NET MAUI Shell Tabs #18237

Open Pelinalpp opened 1 year ago

Pelinalpp commented 1 year ago

Description

I want to create a tab menu as follows using .NET MAUI Shell tabs. image

The Home, My folder and Downloads options each redirect to a page, but I want to open a bottom sheet when the Fab icon and the Others options are clicked. From what I've seen, this doesn't exist in .NET MAUI. All options in the Tab must have a ContentTemplate.

I couldn't find this feature after a lot of research. Is there? Or can it be added as new feature?

Public API Changes

I want to open a bottom sheet when clicked some buttons in .NET MAUI Shell tabs. From what I've seen, this doesn't exist in .NET MAUI. All options in the Tab must have a ContentTemplate.

Intended Use-Case

I want to open a bottom sheet when clicked some buttons in .NET MAUI Shell tabs. I think this is a basic need that many people may need.

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

Isaac-Zimba-J commented 6 days ago

Was this issue resolved or maybe resolved by the time we have donetconf 2024 ?