unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.88k stars 719 forks source link

[Docs] Linux implementation status #5397

Open georgiuk opened 3 years ago

georgiuk commented 3 years ago

What would you like clarification on:

The documentation does not contain the implementation status for Linux. For example shapes (https://platform.uno/docs/articles/features/shapes-and-brushes.html), webview, treeview, datagrid, are those implemented or will be implemented for Linux?

Concern?

For which Platform:

jeromelaban commented 3 years ago

Thanks for the feedback. The current status of the implementation is very much in progress, and you can follow the tasks here https://github.com/unoplatform/uno/issues/4309.

Though in general, top level controls that don't depend too much on platform features are shared entirely (e.g. TreeView, DataGrid), where others may not be available (e.g. WebView).

You can view the status for those by taking a look at the NotImplemented atttribute on types, or in code, directly. We're still aligning our features availability map, as some controls were incorrectly flagged as available but are not.