Any way to disable the window frame? #564
Replies: 5 comments
-
It has already been implemented, but currently it's only available in nightly version. Please refer to #417 for more information. |
Beta Was this translation helpful? Give feedback.
-
Yes, but still underdevelopment.
|
Beta Was this translation helpful? Give feedback.
-
I see it has been implemented but can i make a html element drag the window (kinda like how you would do it in electron)? |
Beta Was this translation helpful? Give feedback.
-
Yes, set CSS of that element like this: -webkit-app-region: drag;
--webui-app-region: drag; Example: webui/examples/C/frameless/main.c Line 22 in dcc776a |
Beta Was this translation helpful? Give feedback.
-
Oh, thanks, i only tried |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to disable the window frame (something similar to what electron has), mainly for custom window frames?
Beta Was this translation helpful? Give feedback.
All reactions