The49.Maui.BottomSheet icon indicating copy to clipboard operation
The49.Maui.BottomSheet copied to clipboard

.NET MAUI library used to display pages as Bottom Sheets

Results 72 The49.Maui.BottomSheet issues
Sort by recently updated
recently updated
newest added

Hi i have radio buttons in my bottomsheet and everything is fine if i choose an option and close the bottomsheet. However if I open the bottomsheet again the radio...

Hello @paulvarache , First, I would like to thank you for the time and effort on this plugin, I have been using it on my first project and it works...

hi cant seem to bind data from bottomsheet to my view model see below for example ` ` view model ` private async void ChooseLanguageTask() { SelectedLanguageText = itemDetail.LanguageTitle; var...

If you add an `Entry` / `Editor` to a `BottomSheet` on iOS, shortly after focussing the control there is a crash: ``` System.NullReferenceException: Object reference not set to an instance...

Hey this is the ModalSheet component: ``` ``` and the given exception is: > System.InvalidCastException: Specified cast is not valid. > at The49.Maui.BottomSheet.BottomSheetController.Callback_StateChanged(Object sender, EventArgs e) > at The49.Maui.BottomSheet.BottomSheetCallback.OnStateChanged(View view,...

A button that navigates user to another page doesn't work when used in bottom sheet ``` c# private void Go_To_Welcome_Button_Pressed(object sender, EventArgs e) { Navigation.PushAsync(new Welcome()); } ``` ``` xml...

**is there any way to Dismiss BottomSheet from Command on ViewModel !!? I have tried this, but this calls the content page that has been opened before the bottom sheet:**...

Dismissing with the left swipe gesture on android does not close the dialog (HasBackdrop is set to true). Instead it triggers a back on the page displayed behind the dialog,...

Hi, I tried to integrate it in my .net maui blazor hybrid app. I works fine if Bottomsheet is a Maui ContentPage(i.e xaml). Which creates some restrictions as i can...

Hello, I've encountered an issue on Android where there's an approximately 40px white space at the bottom of the Bottom Sheet. Additionally, it seems that SafeArea is affecting the layout....