win.reload showing showing blank white window in electron
问题 I need to reload my site/app after network re-connect. So, I'm using win.reload after reconnect but after reloading it shows me a blank white screen I have tried to re-create the window but it gives me the same output. Another question reported here by me. I found window.location.href is set to "chrome-error://chromewebdata/" after reload This sample code from is main.js let mainWindow = null; let offlineWindow = null; let loadingwindow = null; let mainWindowWidth = 1100; let mainWindowHeight