uno icon indicating copy to clipboard operation
uno copied to clipboard

ImageIcon doesn't render on Android and WPF

Open Strypper opened this issue 3 years ago • 1 comments

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: image Android: image

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

Strypper avatar Jul 10 '22 17:07 Strypper

This is caused by https://github.com/unoplatform/uno/issues/1982, which is currently in progress.

MartinZikmund avatar Jul 29 '22 09:07 MartinZikmund

This is now fixed

MartinZikmund avatar Nov 10 '22 06:11 MartinZikmund