How to solve the problem that (fullscreen) can not cover the bottom Windows taskbar in full-screen mode of Electron application in win10 environment?

problem description

develop Electron applications that want to pop up a full-screen page (which fills the entire screen and covers the Windows taskbar) when you click a button, but can only create a "maximized" effect, that is, you can"t overwrite the Windows taskbar.

the environmental background of the problems and what methods you have tried

Electron:v3.02
System:Windows 10 Professional v1809
full screen mode fullscreen: true and kiosk mode kiosk: true have been added to the code.

related codes

   

Aug.03,2021

has found a solution. Delete xonom0, yellow0 . It works, though I don't understand why.

Menu