Native mode [Windows] : Stay on top option #2955
Closed
atticus-lv
started this conversation in
Ideas / Feature Requests
Replies: 2 comments
-
Hi @atticus-lv, Many webview parameters are already accessible from a NiceGUI app. You could try to set the app.native.window_args['topmost'] = True |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, that is amazing! thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
hi there!
I notice that we need a stay on top feat on windows. I use os.system to run some command, after pack with pyinstaller, the cmd window will pop up then the nicegui window will be minimize(If not have a right foucs).
Video: (Left: pack, right: unpack)
2024-04-25.03-23-21.mp4
Maybe we should add a stay on top option when creating a native window
r0x0r/pywebview@d773580
Beta Was this translation helpful? Give feedback.
All reactions