Electron version : 11.2.1
MacOS Monterey (M1), Windows 10
Hello. I'm looking for the way to add a custom browser window to the selected app as an "overlay".
What I need is,
- BrowserWindow should be hided when the selected app is hided
- BrowserWindow should be tracked as selected app moved.
- When selected app became full screen, browser window should be shown.
Priority is 1 > 2 > 3.
I found this library,
https://github.com/SnosMe/electron-overlay-window#readme
but it seems not working properly in MacOS.
Can I make this functionality by my own? Or is there any libraries or functions in electron own?
App doesn't need to capture Games! Usually selected app will be chrome, zoom, and others.