Open Jarvay opened 5 months ago
When you attach your window it's now part of the desktop window, so if you want to implement the visibility, here what you have to do.
The window is visible when user have no foreground windows.
The window is invisible when user open full screen app or focus another app.
I have already implemented this logic for the mouse and keyboard forward, as it only works when user focus the desktop
So you probably need c++ to check when the desktop is focused or not.
Thanks, maybe i should try another way, i don't know c++
I had the same issue, and i didn't want to create native addon for it. so i think its better to include the features.
Reponing to close once solved.
I want to play the video when the document is visible and pause when hidden Is there any way to make it work?