tutatron.blogg.se

Taskbar not hiding in fullscreen chrome
Taskbar not hiding in fullscreen chrome




Sets whether the menu bar should be visible. Win.setMenuBarVisibility(visible) Windows Linux visible Boolean If the menu bar is already visible, calling setAutoHideMenuBar(true) Once set the menu bar will only show when users press the single Alt Sets whether the window menu bar should hide itself automatically. When you open Google Chrome or any other browser and open a video on it in Fullscreen mode then the Windows taskbar won’t hide.Ideally, it is supposed to hide but due to some bug, it is not hiding and users are not having a good experience watching the videos. Win.setAutoHideMenuBar(hide) hide Boolean I've seen some QAs suggestin setMenu(null) but won't that blow out the menu entirely? I do want the menu when in window mode or (on Windows) when the Alt key is pressed. Am I using it wrong or misunderstanding what it is supposted to do? I've tried setAutoHideMenuBar during my window set up but that made no difference. Basically I want what happens on OSX: when the app is "full screen" no menu bar or window 'chrome' should appear. When the Windows version is full screen it still shows a menu bar and I would like it not to. I have an Electron app running on OSX and Windows.






Taskbar not hiding in fullscreen chrome