Electron application is startup with white screen!..
Hi folks, If you electron application is startup with white screen, look at below. firstly, You should use this > app.whenReady().then(()=>{ splashScreenWindow = new BrowserWindow({ width: 800, height: 600, frame: false, show: false, webPreferences:...
Mar 12, 20202.5K