Content After Splash Screen Is Blank Until Click #712

Open
opened 2026-01-29 16:46:29 +00:00 by claunia · 0 comments
Owner

Originally created by @sthomas-fcbh on GitHub (Oct 13, 2021).

Originally assigned to: @GregorBiswanger on GitHub.

ElectronNET.CLI 13.5.1
ElectronNET.API 13.5.1

NodeJs version 6.14.12 (not sure if used)

Blazor Application Using net5.0 Target Framework

When I run my Blazor app as a windows desktop application using Electron, the splash screen shows, and then a blank screen shows. If I do not interact with the screen from that point, the blank screen persists and the app hangs on the blank screen.

Clicking the screen or hovering the mouse over Electron window seems to trigger the content of the page loading. After clicking I can resume use of the app as normal.

Steps to Reproduce:

  1. Create Blazor (may not have to be Blazor) application with electron.
  2. Add splash screen to electron.manifest.json
  3. Run the electron app. Do not interact with the computer (i.e. mouse, keyboard) while the app is starting.
  4. Verify the splash screen shows.
  5. Verify a blank screen shows after the splash screen is hidden.
  6. Click around inside and outside of the electron window. Verify the blank screen goes away.

Note: this issue occurs sporadically, so it may take a few tries to reproduce.

After splash screen, before click:
image

After splash screen, after click:

image

Originally created by @sthomas-fcbh on GitHub (Oct 13, 2021). Originally assigned to: @GregorBiswanger on GitHub. ElectronNET.CLI 13.5.1 ElectronNET.API 13.5.1 NodeJs version 6.14.12 (not sure if used) <!-- What target are you building for? --> Blazor Application Using net5.0 Target Framework <!-- Enter your issue details below this comment. --> When I run my Blazor app as a windows desktop application using Electron, the splash screen shows, and then a blank screen shows. If I do not interact with the screen from that point, the blank screen persists and the app hangs on the blank screen. Clicking the screen or hovering the mouse over Electron window seems to trigger the content of the page loading. After clicking I can resume use of the app as normal. <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> Steps to Reproduce: 1. Create Blazor (may not have to be Blazor) application with electron. 2. Add splash screen to electron.manifest.json 3. Run the electron app. Do not interact with the computer (i.e. mouse, keyboard) while the app is starting. 4. Verify the splash screen shows. 5. Verify a blank screen shows after the splash screen is hidden. 6. Click around inside and outside of the electron window. Verify the blank screen goes away. Note: this issue occurs sporadically, so it may take a few tries to reproduce. After splash screen, before click: ![image](https://user-images.githubusercontent.com/92471433/137197927-963f1cd5-6b03-400b-b549-a3abfb0e433c.png) After splash screen, after click: ![image](https://user-images.githubusercontent.com/92471433/137197956-4522bc4d-2cd9-4840-a671-bdd4e963d76e.png)
claunia added the bug label 2026-01-29 16:46:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#712