-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on android(.net 9) when trying to open bottom sheet #142
Comments
Also getting the same issue. Was worried it was another dependency I had so tried a fresh .NET 9 project and getting the same result. |
Android works just fine in my project on .NET 9. However, iOS is not. How about you gays, does it work on iOS? Just created an issue regarding my problem: |
For now we can use https://github.com/softlion/The49.Maui.BottomSheet, i have tested with dotnet 9 Android and iOS its working |
I merged both softlion/The49.Maui.BottomSheet and the49ltd/The49.Maui.BottomSheet and fixed some issue, it seems to be working with dotnet 9 |
Thank you!! Are you able to build the project you posted? I get a few errors. |
Yes, try to update your MAUI work loads |
Crash on android(.net 9) when trying to open bottom sheet and shows following error
Binary XML file line #15 in com.app.test:layout/the49_maui_bottom_sheet_design: Could not inflate Behavior subclass com.google.android.material.bottomsheet.BottomSheetBehavior"
The text was updated successfully, but these errors were encountered: