Open Pelinalpp opened 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.
Was this issue resolved or maybe resolved by the time we have donetconf 2024 ?
Description
I want to create a tab menu as follows using .NET MAUI Shell tabs.
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.