Closed Eel2000 closed 2 years ago
Your DetailsPage is a ContentPage or a ContentView ?
It's a contentPage But i think that i get what's going on I didn't use ContentView I used ContentPage instead
Maybe it will be good to specify it in the readme
I don't know why but i still get the same exception even with the ContentView My call
the contenView
Can you share your sample project? Normally on Android the Standard BottomSheetDialog need to be contained in a ConstraintLayout contrary to the Modal BottomSheet
how to proceed??
Here is the sample https://github.com/Eel2000/MauiAppBottomSheet
Should I update the library??
Hello @DanKyungu . I encountered an exception when I was working with the library. I've installed the lib and I create a simple button that had a click event. the click event calls the
Application.Current.MainPage.ShowBottomSheet(new DetailsPage(),cornerRadius:10,false);
the DetailsPages is a simple MauiContentPage with a label. but its throws this exception Java.Lang.IllegalArgumentException: 'The view is not a child of CoordinatorLayout. How can I solve this issue