Experimental Tizen Support
Important
This project is an experimental release. We hope you try out Experimental Maui Blazor Bindings and provide feedback at https://github.com/Dreamescaper/BlazorBindings.Maui.
To get started building Maui Blazor Bindings native and hybrid applications for Tizen use these samples as a starting point:
Prerequisites
Building Tizen applications requires the Tizen SDK, emulators, and their dependencies. Learn more at the Tizen .NET documentation and how to install the developer tools for Visual Studio and Visual Studio for Mac.
Known issues
The following is a list of known issues in the preview of Tizen support for Maui Blazor Bindings:
- Tizen application startup code in the project's
Main.cs
has to re-register the WebView renderer and set up custom loading of assemblies. - Static assets used in a BlazorWebView must be directly included in the Tizen project. They are not automatically copied and embedded from the shared UI project.
- There are no project templates for Tizen at this time.
Troubleshooting
TODO