Frizbi22
Frizbi22
I have tried this but no luck!! var bottomSheetDialog = new BottomSheetDialog(Platform.CurrentActivity?.Window?.DecorView.FindViewById(Android.Resource.Id.Content)?.Context ?? throw new InvalidOperationException("Context is null")); bottomSheetDialog.SetContentView(bottomSheetContent.ToPlatform(page.Handler?.MauiContext ?? throw new Exception("MauiContext is null"))); // Allow touches on the...
System.TypeLoadException: 'Could not load type of field 'The49.Maui.BottomSheet.BottomSheetController:_handle' (7) due to: Could not resolve type with token 010000a3 from typeref (expected class 'Google.Android.Material.BottomSheet.BottomSheetDragHandleView' in assembly 'Xamarin.Google.Android.Material, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null') assembly:Xamarin.Google.Android.Material,...