Splash Screen Disappearing on Click #433

Closed
opened 2026-01-29 16:39:33 +00:00 by claunia · 11 comments
Owner

Originally created by @koraycrk on GitHub (Dec 18, 2019).

Originally assigned to: @GregorBiswanger on GitHub.

Hi,
I configured my splash screen in electron.manifest.json file like this in my .net core web application:

"splashscreen": {
"imageFile": "/wwwroot/assets/img/about@2x.png"
}

After running my application, splashscreen appears on the screen perfectly. But when I click on splashscreen image or anywhere on the screen, splash screen immediately disappears and my application stops. How can I turn this behavior off ?

Thank you.

Originally created by @koraycrk on GitHub (Dec 18, 2019). Originally assigned to: @GregorBiswanger on GitHub. Hi, I configured my splash screen in electron.manifest.json file like this in my .net core web application: "splashscreen": { "imageFile": "/wwwroot/assets/img/about@2x.png" } After running my application, splashscreen appears on the screen perfectly. But when I click on splashscreen image or anywhere on the screen, splash screen immediately disappears and my application stops. How can I turn this behavior off ? Thank you.
claunia added the enhancement label 2026-01-29 16:39:33 +00:00
Author
Owner

@srameh commented on GitHub (Dec 28, 2019):

I am facing the same problem.

@srameh commented on GitHub (Dec 28, 2019): I am facing the same problem.
Author
Owner

@NathanialSopko commented on GitHub (Jan 24, 2020):

This is also happening to me.

Info:
ElectronNET.CLI version: 5.22.14
ElectronNET.API version: 5.22.14
.Net Core version: 2.2

Thanks

Edit:
It seems like it only happens if you click off of the app and then back on to the splash screen. If after launching you only click on the splash screen it doesn't close it.

@NathanialSopko commented on GitHub (Jan 24, 2020): This is also happening to me. Info: ElectronNET.CLI version: 5.22.14 ElectronNET.API version: 5.22.14 .Net Core version: 2.2 Thanks Edit: It seems like it only happens if you click off of the app and then back on to the splash screen. If after launching you only click on the splash screen it doesn't close it.
Author
Owner

@bhush80 commented on GitHub (Mar 6, 2020):

I am facing same type of issue.

I want to disappear splash screen after 5 Sec, but it doesn't disappear until I click on it.

info:
ElectronNET.API version: 7.30.2
.Net Core version: 3.1

Thanks

@bhush80 commented on GitHub (Mar 6, 2020): I am facing same type of issue. I want to disappear splash screen after 5 Sec, but it doesn't disappear until I click on it. info: ElectronNET.API version: 7.30.2 .Net Core version: 3.1 Thanks
Author
Owner

@zenith6495 commented on GitHub (Mar 10, 2020):

@GregorBiswanger I'm having the same issue, appreciate if you could fix this issue and let us know

@zenith6495 commented on GitHub (Mar 10, 2020): @GregorBiswanger I'm having the same issue, appreciate if you could fix this issue and let us know
Author
Owner

@GregorBiswanger commented on GitHub (Apr 18, 2020):

I fixed it in Version 8.31.1.

@GregorBiswanger commented on GitHub (Apr 18, 2020): I fixed it in Version 8.31.1.
Author
Owner

@singh7sarb commented on GitHub (Oct 19, 2020):

@GregorBiswanger
I am using ElectronNet.API version 9.31.2 with .net core 3.1,
This is the letest stable version but i still getting this issue .. can you please check once..
Steps:

  1. start application,
  2. splash screen shows, switch focus to other application,
  3. than click on splash screen again. now you will se application closes again
@singh7sarb commented on GitHub (Oct 19, 2020): @GregorBiswanger I am using ElectronNet.API version 9.31.2 with .net core 3.1, This is the letest stable version but i still getting this issue .. can you please check once.. Steps: 1. start application, 2. splash screen shows, switch focus to other application, 3. than click on splash screen again. now you will se application closes again
Author
Owner

@rajeshs-logicmatter commented on GitHub (Oct 19, 2020):

I am also getting the same issue in the 9.31.2 version.
Thank you.

@rajeshs-logicmatter commented on GitHub (Oct 19, 2020): I am also getting the same issue in the 9.31.2 version. Thank you.
Author
Owner

@KimTooFlex commented on GitHub (Dec 1, 2020):

Still experiencing the same issue. Any fix so far?

@KimTooFlex commented on GitHub (Dec 1, 2020): Still experiencing the same issue. Any fix so far?
Author
Owner

@singh7sarb commented on GitHub (Dec 1, 2020):

yes still, splash screen disappearing, but application does not close now,
in my case application was closed also. I did fix that, so at least if
the application doesn't close with the splash screen.

So current behavior is user starts app,
splash screen comes,
user click on splash and switch to other app, ->here splash screen
disappear, it not application close.
after 2- sec application starts.

On Tue, 1 Dec 2020 at 16:40, KIM TOO FLEX, mvp notifications@github.com
wrote:

Still experiencing the same issue. Any fix so far?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ElectronNET/Electron.NET/issues/357#issuecomment-736433968,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AOGXAJOE7S3OTZ2UFZYHW5TSSTFLHANCNFSM4J4F2OLQ
.

@singh7sarb commented on GitHub (Dec 1, 2020): yes still, splash screen disappearing, but application does not close now, in my case application was closed also. I did fix that, so at least if the application doesn't close with the splash screen. So current behavior is user starts app, splash screen comes, user click on splash and switch to other app, ->here splash screen disappear, it not application close. after 2- sec application starts. On Tue, 1 Dec 2020 at 16:40, KIM TOO FLEX, mvp <notifications@github.com> wrote: > Still experiencing the same issue. Any fix so far? > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/ElectronNET/Electron.NET/issues/357#issuecomment-736433968>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AOGXAJOE7S3OTZ2UFZYHW5TSSTFLHANCNFSM4J4F2OLQ> > . >
Author
Owner

@indiemini commented on GitHub (Feb 17, 2021):

Wanted to echo that I can still reproduce this issue on 11.5.1, but that I've proposed a fix in https://github.com/ElectronNET/Electron.NET/pull/540 😄

@indiemini commented on GitHub (Feb 17, 2021): Wanted to echo that I can still reproduce this issue on 11.5.1, but that I've proposed a fix in https://github.com/ElectronNET/Electron.NET/pull/540 😄
Author
Owner

@tub5 commented on GitHub (Feb 18, 2021):

Wanted to echo that I can still reproduce this issue on 11.5.1, but that I've proposed a fix in #540 😄

That's fantastic. Can we get this in a hot patch please? It would be of great help

@tub5 commented on GitHub (Feb 18, 2021): > Wanted to echo that I can still reproduce this issue on 11.5.1, but that I've proposed a fix in #540 😄 That's fantastic. Can we get this in a hot patch please? It would be of great help
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#433