Allow for specifying a html file as splashScreen #908

Closed
opened 2026-01-29 16:51:44 +00:00 by claunia · 1 comment
Owner

Originally created by @klexas on GitHub (Aug 24, 2023).

Currently it is only supported to add an image to the splash screen.

It would be a nice to have : Be able to use a custom HTML page as a splash which would allow more dynamic feedback to the user when starting up.

I will be happy to work on this with a fork as it is something I need.

Originally created by @klexas on GitHub (Aug 24, 2023). Currently it is only supported to add an image to the splash screen. It would be a nice to have : Be able to use a custom HTML page as a splash which would allow more dynamic feedback to the user when starting up. I will be happy to work on this with a fork as it is something I need.
claunia added the Feature label 2026-01-29 16:51:44 +00:00
Author
Owner

@FlorianRappl commented on GitHub (Nov 2, 2025):

This is now possible in 0.1.0. Just use an HTML file instead of an image and it works. Make sure to set the dimensions - otherwise 800x600 is used (for images this can be computed on the fly).

@FlorianRappl commented on GitHub (Nov 2, 2025): This is now possible in 0.1.0. Just use an HTML file instead of an image and it works. Make sure to set the dimensions - otherwise 800x600 is used (for images this can be computed on the fly).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#908