Replies: 1 comment 5 replies
-
With html/css based titlebars this can really only be fixed by fixing resizing itself which has multiple gh issues like #6322 for example. The alternative to this would be a native "custom" titlebar which a) is pretty difficult in general and b) basically incompatible with tauri or webview2 depending on the approach (there should be a few discussions on this and wry's github and our discord). |
Beta Was this translation helpful? Give feedback.
5 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.
-
So I've been wondering about if I can get the custom titlebar to act like the system titlebar in terms of resizing. I guess the custom titlebar is always slower when I resize the window because it gets rendered in the webview. Is there a way to achieve the same effect like the system titlebar?
With system titlebar
https://github.com/tauri-apps/tauri/assets/115550741/c68c6fef-8408-4d38-b642-e83d5675be97
With custom titlebar
https://github.com/tauri-apps/tauri/assets/115550741/a2fd076b-4970-48d6-abc2-d85051bbfc3f
Beta Was this translation helpful? Give feedback.
All reactions