python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Bring Window to Foreground or Set to Topmost Window #419

Closed aibharata closed 3 years ago

aibharata commented 3 years ago

Is there a way to keep the eel application on top of all other open windows.

Desktop :

samuelhwilliams commented 3 years ago

This is probably an exercise for the developer. It may be configurable on a per-browser basis, but it doesn't feel like something for Eel to control. Try having a look at Chrome's command-line flags to see if there's one that keeps the window on top. If there is, you can apply it through the cmdline_args argument to eel.start