window.close() not working while in fullscreen game
I’m developing a tray based app using electron and I’ve had an issue with the basic context menu, when I’m in a fullscreen game, I use alt+tab to go to a different window (a browser or any other window), only the window appears but I still see the game instead of the taskbar, to see the taskbar I have to press the windows key, then I right click my app’s tray to open the context menu and nothing happens, then press some taskbar buttons until the taskbar flashes and only then I can open the app’s context menu.
Check if an app is running in fullscreen nodeJS
I’m making this widget in electron that shows up on the screen when you press ctrl+space.
I only want the widget be able to show up when there’s no app running in fullscreen mode.
Electron app’s “cannot find module error”
Im making an audio enhancer application in electron but as i click on the enhance button in getting this error on console
Is it possible to get an icon of a file in electron?
I can’t seem to figure out how to get an icon of a file from it’s path.