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.82k stars 1.66k forks source link

The Color property of the MauiSplashScreen tag sometimes partially fills the background #20766

Open melimeo opened 4 months ago

melimeo commented 4 months ago

Description

Parce que des captures d'écran valent mieux parfois qu'une longue description :) :

Je test directement sur mon smartphone dont l'installation se fait via USB : Screenshot_2024-02-22-10-51-56-912_com android settings

Je code sous avec VS : image

Voici mon code ou je ne change que la propiété "Color" (en jaune) : image

Le contenu du fichier "splash.svg" : `<?xml version="1.0" encoding="UTF-8" standalone="no"?>

` Le rendu avec la couleur du projet par défaut "#512BD4" : ![512BD4](https://github.com/dotnet/maui/assets/91561497/5e328b52-20ec-4b3c-a1a7-b27d5471b8f3) Le rendu avec la couleur"#960E43" : ![960e43](https://github.com/dotnet/maui/assets/91561497/433d73fd-a5b7-4fea-8063-9c3d1730acef) Le rendu avec la couleur "Red" : ![Red](https://github.com/dotnet/maui/assets/91561497/d895e2de-6fdc-4aa4-a14f-f0d8848d27d7) Le rendu avec la couleur "#FFCC33" qui ne remplit pas entièrement le background : ![FFCC33](https://github.com/dotnet/maui/assets/91561497/62c3fe27-8c13-4b04-9002-86b8cd82daa1) Le rendu avec la couleur "Yellow" qui ne remplit pas entièrement le background : ![Yellow](https://github.com/dotnet/maui/assets/91561497/2fbe4901-0b72-4d48-b116-ce762fe51c64) ### Steps to Reproduce _No response_ ### Link to public reproduction project repository _No response_ ### Version with bug Unknown/Other ### Is this a regression from previous behavior? Not sure, did not test other versions ### Last version that worked well Unknown/Other ### Affected platforms Android ### Affected platform versions Android 13 ### Did you find any workaround? Non ### Relevant log output _No response_
melimeo commented 4 months ago

Autres infos si ça peut vous aider :

image image

NonameMissingNo commented 4 months ago

Hey there, could you check if the bug still exists in 8.0.7?

20159

Where you replace 8.0.6 with 8.0.7?

melimeo commented 4 months ago

Salut, pourriez-vous vérifier si le bug existe toujours dans la version 8.0.7 ? #20159 Où remplacez-vous 8.0.6 par 8.0.7 ?

I already use packages references in 8.0.7 version like mentioned into your link : image

PureWeen commented 4 months ago

@melimeo Does this happen on android emulators or other physical devices?

ghost commented 4 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

melimeo commented 4 months ago

@melimeo Does this happen on android emulators or other physical devices?

@PureWeen On a physical device : my phone like mentioned previously. My PC is not powerful enough to run an emulator