uno
uno copied to clipboard
ImageIcon doesn't render on Android and WPF
Current behavior
<NavigationViewItem Content="{x:Bind Content}">
<NavigationViewItem.Icon>
<ImageIcon Source="{x:Bind ImageIconSource,
Mode=OneWay}"/>
</NavigationViewItem.Icon>
</NavigationViewItem>
WinUI 3: Render correct WASM: Render correct Android: Image not visible WPF: Image not visible
WinUI 3 and WASM:
Android:

Project repo: Pixel Art
Expected behavior
WinUI 3: Render correct WASM: Render correct Android: Render correct WPF: Render correct
How to reproduce it (as minimally and precisely as possible)
User ImageIcon
Workaround
No workaround
Works on UWP/WinUI
Yes
Environment
No response
NuGet package version(s)
Latest Uno Platform version
Affected platforms
No response
IDE
Visual Studio 2022
IDE version
Preview
Relevant plugins
No response
Anything else we need to know?
No response
This is caused by https://github.com/unoplatform/uno/issues/1982, which is currently in progress.
This is now fixed