-
-
Notifications
You must be signed in to change notification settings - Fork 734
Splash Screen Disappearing on Click #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am facing the same problem. |
This is also happening to me. Info: Thanks Edit: |
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: 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 also getting the same issue in the 9.31.2 version. |
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 ***@***.***> 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
<#357 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGXAJOE7S3OTZ2UFZYHW5TSSTFLHANCNFSM4J4F2OLQ>
.
|
…ent ghost drag, fix resizable splash screen. Resolves ElectronNET#539, ElectronNET#357 Using the browser-window-focus event would cause the splashScreen to be destroyed early (since regular mouse-focus events would cause the event to be fired). Using the browser-window-created event produces the correct behavior.
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 |
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.
The text was updated successfully, but these errors were encountered: