-
Notifications
You must be signed in to change notification settings - Fork 32
.NET MAUI Tizen Progress
Kangho Hur edited this page May 12, 2022
·
5 revisions
We are currently focusing on the implementation needed for Tizen by checking .NET MAUI upstream changes every day.
For current implementation of the Tizen backend, visit the our repo.
Here is a summary of .NET MAUI Tizen progress.
-
Workload & Template
- In progress according to the .NET6 preview release.
- See here for more details.
-
Single Project (Resizetizer)
- MauiImage
- MauiFont
- MauiSplashScreen
- MauiAsset
-
.NET MAUI - Core
- Font
- Added FontManager, FontRegistrar, Embedded Font Loader for Tizen.
- App Hosting
- Image Sources
- FileImageSource, StreamImageSource and UriImageSource are OK.
- However, FontImageSource is not progressing due to platform constraints.
- Layouts
- Thanks to MS folks!
- LifecyleEvents
- Added TizenLifecycleBuilder and related extensions.
- Handlers (In Progress - never ending 🙉 )
- For more detais, visit the detailed status report.
- HotReload
- Font
-
.NET MAUI - Control
- NavigationPageHandler (In Progress)
- AlertManager
- GestureManager
- ShellHandler
- Maps
-
Dual Screen (N/A)
-
.NET MAUI - Compatiblity
- RendererToHandlerShim
- HandlerToRendererShim
- Sample app (Control.Sample)
- Maps
- Material
-
Essentials
- Supported
-
BlazorWebView
- Supported