Open
Description
openedon Jun 4, 2024
Which version of the app?
WinUI 3 Gallery
Description
On the Iconography page it's too easy to go pick an icon glyph and add it to your app, not realizing it won't work on Windows 10. For instance the following will render a square placeholder on Windows 10:
<FontIcon Glyph="" />
However this will render fine:
<FontIcon Glyph="" />
With so many users still on Win10, it needs to be made easier to avoid making such mistakes, since it can get caught too late in the dev process if the developers are using Win11 machines.
Screenshots
No indication that this isn't supported on Windows 10:
This one right next to it though is supported on Windows 10:
Windows version
Windows 10 22H2 (19045)
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment