Electron.net: Splash Screen Disappearing on Click

Created on 18 Dec 2019  Â·  9Comments  Â·  Source: ElectronNET/Electron.NET

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

"splashscreen": {
"imageFile": "/wwwroot/assets/img/[email protected]"
}

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.

enhancement

Most helpful comment

@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

All 9 comments

I am facing the same problem.

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.

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

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

I fixed it in Version 8.31.1.

@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

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

Still experiencing the same issue. Any fix so far?

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
.

Was this page helpful?
0 / 5 - 0 ratings