Does this use the underlying `sheet` in iOS? BottomSheets are definitely a great tool in your mobile toolkit but a lot of the implementations I've seen for Maui don't use the underlying native iOS/Android support and are "pure maui". I prefer the udneryling native approach since they're faster and don't deviate from the platform-specific appearance users expect.
Hi Gerald, For maui application we should use Maui.MainTheme; but as per the plugin documentation, we named a new style with the same name inheriting from style Theme.Material3.DayNight. Don't this override all default styles defined in Maui.MainTheme? If I don't inherit this theme and just use Maui.MainTheme, it crashes. How we can solve this scenario?
Looking for the original video about this amazing BottomSheet plugin? You can find that one here: th-cam.com/video/JJUm58avADo/w-d-xo.html
Can i have the shirt 🥲
@zimbadev9162 absolutely! www.bonfire.com/dotnet-maui-dark/
Great Video. Code you please add an Mvvm example to your repository. I can't get it to bind.
Does this use the underlying `sheet` in iOS? BottomSheets are definitely a great tool in your mobile toolkit but a lot of the implementations I've seen for Maui don't use the underlying native iOS/Android support and are "pure maui". I prefer the udneryling native approach since they're faster and don't deviate from the platform-specific appearance users expect.
I think so yes. If you check the first video you'll see that iOS native animation where the page in the background gets pushed back a little.
Hi Gerald, For maui application we should use Maui.MainTheme; but as per the plugin documentation, we named a new style with the same name inheriting from style Theme.Material3.DayNight. Don't this override all default styles defined in Maui.MainTheme? If I don't inherit this theme and just use Maui.MainTheme, it crashes. How we can solve this scenario?
nice video.. thanks a lot.. please is it posible to navigate between pages in the messageSheet
Do you also video for google authentication for maui
Yeah MSAL auth library video would be awesome
Nice video! very useful!.
Is there a way to override the OnBackPressed method in order to close the bottomsheet with back button?
I would think so! On a page you can override OnBackPressed, right?
Hi Gerald Versluis
Could you please tell how to do Bindings with Community toolkit MVVM.
Yes! I really want to do a series on that actually with all of MVVM and databinding... Would that be useful?
Thank you for the video, great content as always. One question, Are there any constraints to use it with MVVM?
Appreciate it, thanks! No, as far as I know all MVVM magic should work here
Great content, thank you Gerald!
Thank you for watching!
Hi do you know way how create swipe betwean two colectionView on one page?
If i dont use compatibility can i remove it? Because even if i do it seems to force me to use it
Yeah unfortunately it seems to be forced through the workload anyway 😢
@@jfversluis may be something to consider with . Net9 lol
Great content as usual.
Thanks!
Thanks Gerard 👍
Very welcome!
Gerald, hie. Thanks for this video but I thought this one would have information on passing information between the bottom sheet and the calling page
Sorry! You might be able to take some inspiration for that from this video: th-cam.com/video/d2SEOj0o5j4/w-d-xo.html
Как всегда здорово!!!!!
Thank you!
Awesome video! Thanks for sharing it :)
Thanks for watching!
Thanks for the video
My pleasure!
Please MAUI on IOS with Visual studio code has many bug; Do something microsoft please
Make sure to report them!
bottomsheet + blazorwebview => it wont textarea.focus() programatically. anyone having the same problem as me ?