Eletron superimpose other screens [closed]

0

I have an application developed in "Eletron" I would like to know if it is possible to make it overlay another application when it is in the background.

Ex. Every time the application receives a request, the application should immediately show the screen to the user.

    
asked by anonymous 02.05.2018 / 01:08

1 answer

-1
mainWindow = new BrowserWindow();
mainWindow.show();
    
02.05.2018 / 01:19