How to display a snackbar/toast on Windows in a MAUI app?
I am trying to display a snackbar or a toast in a MAUI app on Windows. For that I am using the Maui Community Toolkit. Everything works fine on mobile, but on Windows nothing happens even though it is not mentioned anywhere that Windows is not supported.
MAUI .NET Get Unique Device ID For Windows
I’m trying to capture a unique device id for a MAUI .NET Windows app.
Make MAUI App Icon for Windows transparent
In my NET8
MAUI
application, I like to change the icon from Windows. I like to have an icon like for example Outlook: the background transparent.
How to display 2D array using MAUI
Tried to write an application with MAUI and got stuck on the simplest task – cannot display a 2D array.