#Overlay for selected process

1 messages · Page 1 of 1 (latest)

broken wolf
#

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,

  1. BrowserWindow should be hided when the selected app is hided
  2. BrowserWindow should be tracked as selected app moved.
  3. 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.

GitHub

Creating overlays is easy like never before. Contribute to SnosMe/electron-overlay-window development by creating an account on GitHub.

normal night
#

the same with me, hey @broken wolf are you find better solution for this ?