There is an application on Electron. You need to deploy it without focus on a specific event.

I call the win.showInactive() function (the documentation indicates that the window should be shown without focus on it), but the focus is set (immediately after the call I will check if there is any focus on the window using win.isFocused() - returns true ).

How to maximize a window without focus?


The problem is observed only on some builds of Windows OS.

    0