You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interacting with the splash screen - particularly by clicking on a different window, then clicking back to the splash screen - often causes the entire WebApp to close before launching the main browser window. This issue showed up in the discussion of #357 but wasn't resolved.
Further, the splash screen acts as a normal browser window, and its contents can be dragged (i.e. dragging the splash image to your desktop, creating a .png copy), and can be resized, causing odd behavior.
Steps to Reproduce:
Set a splash image in electron.manifest.json
Interact (click, drag, etc) with it before the main window has loaded/rendered
The text was updated successfully, but these errors were encountered:
…ent ghost drag, fix resizable splash screen. ResolvesElectronNET#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.
.NET 5, Nodejs v14.15.4
Interacting with the splash screen - particularly by clicking on a different window, then clicking back to the splash screen - often causes the entire WebApp to close before launching the main browser window. This issue showed up in the discussion of #357 but wasn't resolved.
Further, the splash screen acts as a normal browser window, and its contents can be dragged (i.e. dragging the splash image to your desktop, creating a .png copy), and can be resized, causing odd behavior.
Steps to Reproduce:
electron.manifest.json
The text was updated successfully, but these errors were encountered: