Replies: 2 comments 5 replies
-
You need to use Snackbar. Toast doesn't have Title (It comes from Android implementation) |
Beta Was this translation helpful? Give feedback.
5 replies
-
Closed and answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am migrating Xamarin code to .NET MAUI and using the CommunityToolkit.Maui.
I understand that the message 'Title' parameter is missing for the cross-platform:
Toast.Make(string message, ToastDuration duration = ToastDuration.Short, double textSize = AlertDefaults.FontSize)
.@VladislavAntonyuk -- Is there any easy way to introduce Title parameter for WinUI?
Beta Was this translation helpful? Give feedback.
All reactions