Microsoft has released updates for .NET Multi-platform App UI (MAUI). On status report page its possible to track the progress for all the features. It seems they are very close to being completely green for enabling features in .NET MAUI.
New Features:
- Gesture recognizers allow you to apply tap, pinch, pan, swipe, and drag-and-drop to any view instance. You can apply them easily in XAML:
- Clipping. When you need to mask content you can now add shapes to the clipping region of a layout or view. The most common use for this is to make a circle image.
- Native Alerts. Each platform has a native way of displaying alerts to users. These can be simple informational popups, simple input forms, and even action sheets with multiple options to guide a user. These are available from any
Page
in a .NET MAUI application.
Recommendations
Developer:
Need to update and play with new featuresQA engineer:
Business as usual.PM/DM:
Business as usual.Source:
You must log in to post a comment.