mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Splash Screen Disappearing on Click #433
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@srameh commented on GitHub (Dec 28, 2019):
I am facing the same problem.
@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.
@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
@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
@GregorBiswanger commented on GitHub (Apr 18, 2020):
I fixed it in Version 8.31.1.
@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:
@rajeshs-logicmatter commented on GitHub (Oct 19, 2020):
I am also getting the same issue in the 9.31.2 version.
Thank you.
@KimTooFlex commented on GitHub (Dec 1, 2020):
Still experiencing the same issue. Any fix so far?
@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:
@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 😄
@tub5 commented on GitHub (Feb 18, 2021):
That's fantastic. Can we get this in a hot patch please? It would be of great help