3
I need to create a kind of Splash Screen for an application on the Electron. The organization would look something like this:
Inicialização do App;
Abrir a splashWindow (uma página frameless) por 3 segundos;
Abrir a mainWindow normalmente.
Remembering that the mainwindow pulls the link from the http://web.whatsapp.com/ then I don’t have access to the page itself. The splashWindow is local.
Is there some kind of second counter on the Electron?