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

Select loading color for background #2452

Open
AnthonMS opened this issue Nov 2, 2024 · 3 comments
Open

Select loading color for background #2452

AnthonMS opened this issue Nov 2, 2024 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@AnthonMS
Copy link

AnthonMS commented Nov 2, 2024

Is your feature request related to a problem? Please describe.
When Lively first loads up, it flashes bright white for a split second. It's like a quick flashbang from CS. Could be nice if there was a way to at least select the color of this loading flash.

Describe the solution you'd like
Selecting a color so it shows this color instead of just a bright white screen.

Describe alternatives you've considered
I don't know. It's a simple feature, not much else to do than being able to select your own "loading color".

Additional context
Can't get a screenshot, it shows for less than a second. But it is very bright looking at the screen when it flashes this white screen before loading the actual wallpaper selected. I do have Dark Theme enabled on my machine and created a still image from the animated one I am using in Lively, as the default wallpaper on windows so the transition was a bit smoother. But this bright white flash can be very bright.
Hopefully this makes sense.

@AnthonMS AnthonMS added the enhancement New feature or request label Nov 2, 2024
@rocksdanister
Copy link
Owner

I have tried this in the past by setting:
https://cefsharp.github.io/api/87.1.x/html/P_CefSharp_BrowserSettings_BackgroundColor.htm

Opaque background color used for the browser before a document is loaded and when no document color is specified.

The issue is with when no document color is specified which means if the webpage does not set a color for its body it overrides it, ie white page will appear with the custom color instead.

@AnthonMS
Copy link
Author

AnthonMS commented Nov 2, 2024

Oh yeah okay, that sucks. But thanks for the quick reply and thank you for creating this in the first place. It's a really nice program and I will definitely still keep using it.

@rocksdanister
Copy link
Owner

I'll try a different approach, the white color is coming from the browser background and not the app.. I could try hiding the browser till a page is loaded (this only makes sense for local websites and not online since that needs to load in parts and can take time.)

@rocksdanister rocksdanister added this to the Release v2.3 milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants