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
First, I want to express my appreciation for this fantastic tool. I've successfully built my Windows app, and it's functioning well. However, I've noticed a brief white blank screen (with all Windows menus visible and the background color set to white) that appears for a few milliseconds before the Next.js page content fully loads.
To address this, I added a loading window, but it did not resolve the issue. I'm wondering if there's a way to eliminate or minimize this brief blank screen. Is this behavior expected, or are there any recommended approaches to handle it more effectively?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
In your background.js you'll want to run mainWindow.loadURL() before showing the window. You'll have to re-write the logic for loading the URL but it's pretty easy to do.
First, I want to express my appreciation for this fantastic tool. I've successfully built my Windows app, and it's functioning well. However, I've noticed a brief white blank screen (with all Windows menus visible and the background color set to white) that appears for a few milliseconds before the Next.js page content fully loads.
To address this, I added a loading window, but it did not resolve the issue. I'm wondering if there's a way to eliminate or minimize this brief blank screen. Is this behavior expected, or are there any recommended approaches to handle it more effectively?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: