[Windows] IconImageSource as StreamImageSource of ContentPage in TabbedPage doesn't display #24214
Labels
area-image
Image loading, sources, caching
migration-compatibility
Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
In our app we use the TabbedPage to display a couple of pages. Each of these pages has an icon so the user knows which tab he opens. These icons in our case are a StreamImageSource. When a StreamImageSource is used for these icons they aren't visible on Windows. Android and iOS works as intended.
This only happens when we use a StreamImageSource. When we use a FileImageSource it works. We unfortunately can't do that because we get our images from a service as a bytearray.
See below screenshot:
Steps to Reproduce
Link to public reproduction project repository
https://github.com/siem300/Maui-Windows-StreamImageSource-TabbedPage-issue/tree/main/WindowsTabbedPageIcons
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: