-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Issue with Resizing Window on Windows 11 at Non-100% Display Scale #9464
Labels
Comments
kingyang
added
status: needs triage
This issue needs to triage, applied to new issues
type: bug
labels
Apr 15, 2024
amrbashir
added a commit
that referenced
this issue
Apr 25, 2024
pewsheen
pushed a commit
to pewsheen/tauri
that referenced
this issue
Jun 13, 2024
closes tauri-apps#7388 closes tauri-apps#9510 closes tauri-apps#9464 ref tauri-apps#9268 ref tauri-apps#9053 ref tauri-apps#8770 ref tauri-apps#8750 ref tauri-apps#4012
I also encountered this bug, I made a workaround dividing width and height by my monitor scale, but I think that will be a problem when distributing the program. |
@tejonaco |
Good news, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When
decorations=false
andresizable=true
are set for thewebview_window
, when the display scale is not equal to 100%, the right and bottom edges of the window cannot be dragged to resize the window. It works normally when the scale is 100%.Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: