Kyle
Kyle
@lacymorrow I found a way to work in fullscreen mode. You can find the code in the link blow. [https://github.com/electron/electron/issues/26350#issuecomment-1128813997](https://github.com/electron/electron/issues/26350#issuecomment-1128813997)
@lacymorrow Finally, I found a way to make an electron window visible above all fullscreen window. ``` const options = { width: 240, height: 80, show: false, // !!!!!!!!!!!!!!!!! IMPORTANT,...
bump
Actually, as the window is a small tips window, I have to set the window property of : ``` resizable: true, minimizable: false, maximizable: false, acceptFirstMouse: true, // movable: true,...
It's definitely a bug, it's not solved yet