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