dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.86k stars 1.68k forks source link

shell flyout background image does not display on windows platform #21472

Open ltemimi opened 3 months ago

ltemimi commented 3 months ago

Description

shell flyout background image does not display on windows platform but does display on ios and android

Steps to Reproduce

1 - create a dot MAU app project dot net 8 2 - Set the shell Flyout back ground image property to a png image and aspectFill 3 - Check ios, android and desktop 4 - Observe the back ground image does display on ios and android but not on windows platfom

Link to public reproduction project repository

No response

Version with bug

8.0.3 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

8

Did you find any workaround?

no

Relevant log output

No response

ninachen03 commented 3 months ago

Verified this issue with Visual Studio 17.10.0 Preview 2 on 8.0.14. Can repro it image

ltemimi commented 3 months ago

Hi Please find attached the sample you required you will be able to see the background image is rendered in ios but not in windows.

I am unable to commit the sample to git hub I get an error you may wish to download it form here https://1drv.ms/u/s!Ai1jsiYR5baCm5wuu3quJPHFv0PkOQ?e=vdZKxN

The steps 1 - create dot net maui app 2 - Add a background picture to the shell 3 - create two dummy pages this will create the hamburger menu 4 - observe tha background picture will appear in android IOS but not windows.,

image

image}

ltemimi commented 3 months ago

Any fixes for the above issue , it is holding my deployment to the customer