Skip to content
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

macos titlebar transparent,but unmoved window #5125

Closed
njfanxun opened this issue Sep 2, 2022 · 3 comments
Closed

macos titlebar transparent,but unmoved window #5125

njfanxun opened this issue Sep 2, 2022 · 3 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@njfanxun
Copy link

njfanxun commented Sep 2, 2022

Describe the bug

i want macos app titilebar and contentview mix together.like
image
but this time ,window can't drag and move.
add div with "data-tauri-drag-region", also have a bar in my window?
how to solve this problem?

Reproduction

No response

Expected behavior

No response

Platform and versions

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0", features = ["api-all", "macos-private-api"] }
window-vibrancy = { version = "=0.1.3" }

[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24.0"
objc = "0.2.7"

Stack trace

No response

Additional context

No response

@njfanxun njfanxun added status: needs triage This issue needs to triage, applied to new issues type: bug labels Sep 2, 2022
@JonasKruckenberg
Copy link
Member

Have you enabled window > startDragging, window > maximize and window > unmaximize in your allowlist?

@njfanxun
Copy link
Author

njfanxun commented Sep 2, 2022

Have you enabled window > startDragging, window > maximize and window > unmaximize in your allowlist?

allowlist set all:true

@amrbashir
Copy link
Member

seems like you just want #2663 so I am closing this as duplicate

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

3 participants