Bottom Sheet #143
Replies: 6 comments 8 replies
-
Neat! We recently added I could see Let's put this on hold until Popup has been merged, and then see how we can leverage Popup's implementation for After we merge Popup, @codeanees, I'd love for you to provide an API design! |
Beta Was this translation helpful? Give feedback.
-
Notes discussed in January's Standup:
|
Beta Was this translation helpful? Give feedback.
-
is bottomsheet added in maui alerts?. nothing any thing found in docs. bottom sheet is a most demanding feature in today apps. |
Beta Was this translation helpful? Give feedback.
-
I propose to implement it similar to SnackBar and Toast using native UISheetPopupController and BottomSheetDialog |
Beta Was this translation helpful? Give feedback.
-
A bottom sheet would be very nice to have, it's part of many mobile applications design. The @naweed implementation is neat but I didn't find an easy way to make the bottom sheet hide the bottom tabs when using it within a Shell with tabs. Trouble with the UISheetPresentationController-approach is that it is only available from SDK 15 and customization from SDK 16 (and about 5% of my users are stuck on iOS 14 for whatever reason beyond my understanding since no devices were dropped by iOS 15). I will take a bet and go forward working from the Popup implementation and try to make a Bottom Sheet implementation for our project (Android & iOS, Bottom Sheet only (no top/left/right), Three pre-defined sizes (less dynamic content stuff)) and will see if we can make something that could contribute back to the Community Toolkit. |
Beta Was this translation helpful? Give feedback.
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
-
Recently I came across this blog and I love to port or include this feature in Maui toolkit
https://xamarinhowto.com/xamarin-forms-lightweight-bottom-sheet-modal/
Beta Was this translation helpful? Give feedback.
All reactions