Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended splash screen does not render perfectly with the specified solid color #16725

Open
ArchieCoder opened this issue May 14, 2024 · 3 comments
Labels
difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working

Comments

@ArchieCoder
Copy link
Contributor

ArchieCoder commented May 14, 2024

Current behavior

With Skia, the app starts with a white page then black page then the splashscreen color defined with #00FF00

With WinUI, the app starts with a black page then the splashscreen color defined with UnoSplashScreenColor, but the logo area will have a different fade in color.

2 videos (Skia and WinUI):
https://github.com/unoplatform/uno/assets/1608424/ca46556e-90f9-47dc-ab2a-09be367c44e6
https://github.com/unoplatform/uno/assets/1608424/5fe4cc1b-dd4e-4f27-b952-67d401456c16
WinUI

Expected behavior

The color should be unique from the start to the end

How to reproduce it (as minimally and precisely as possible)

1- Create new project
2- Add #00FF00 in the project file

Note: In ShellModel.cs in the start, I added a await Task.Delay(10000) with the goal to see the splashscreen longer, but it does not work, the navigations goes right away to the MainPage.

If you want to check the behavior, use a screen recorder and scroll manually.

UnoAppSplash.zip

Workaround

No response

Works on UWP/WinUI

None

Environment

Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia

NuGet package version(s)

No response

Affected platforms

Skia (WPF), Windows (WinAppSDK)

IDE

Visual Studio 2022

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@ArchieCoder ArchieCoder added difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels May 14, 2024
@ArchieCoder
Copy link
Contributor Author

@kazo0 FYI https://twitter.com/archiecoder/status/1788332275605627189

@agneszitte
Copy link
Contributor

agneszitte commented May 14, 2024

fyi @MartinZikmund, @Youssef1313, @dansiegel

@MartinZikmund MartinZikmund added difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI and removed triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels May 16, 2024
@MartinZikmund
Copy link
Member

This may also be resizetizer related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants