[Enhancement] Native Icons #72
Replies: 5 comments 1 reply
-
If there is a icon set per platform, then a property to persist same or platform specific icon would be nice. For example:
|
Beta Was this translation helpful? Give feedback.
-
Yeah! it's a really cool idea @Martinedo |
Beta Was this translation helpful? Give feedback.
-
@Martinedo That's a great idea, but how would you do that? The icon sets for each platform are copyrighted, and apps are only licensed to use them on their platforms (for example, it's against Microsoft's license to use Segoe MDL2 Assets in anything that's not running on a Microsoft platform). |
Beta Was this translation helpful? Give feedback.
-
@yoshiask yes, you are right. That's something I didn't think through. My suggestion can only work for assets without a restricting licence. |
Beta Was this translation helpful? Give feedback.
-
This proposal might be doable now that Microsoft has released the Fluent System Icons, which are designed for use in cross-platform mobile apps. I already wrote a library (for UWP) which, in theory, could be modified to work with other platforms, including Xamarin.Forms and MAUI. |
Beta Was this translation helpful? Give feedback.
-
Summary
Having native icons could be a helpful feature and saves our time for searching, adding and thinking about which icon pack is suts for all platforms.
Example
I think you can do something like the UWP's Xaml :
Platforms
UWP/WPF : Segoe mdl2 assets
Android : Material icons
iOS, macOS : sf symbols
Beta Was this translation helpful? Give feedback.
All reactions