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

[feat] Allow creation of child Window for macOS #3751

Closed
Hupka opened this issue Mar 22, 2022 · 0 comments · Fixed by #3754
Closed

[feat] Allow creation of child Window for macOS #3751

Hupka opened this issue Mar 22, 2022 · 0 comments · Fixed by #3754

Comments

@Hupka
Copy link
Contributor

Hupka commented Mar 22, 2022

Describe the problem

It is possible to "bind" two windows as parent & child in most operating systems. By doing so, they share additional behavior which is currently not possible to replicate with Tauri.

Right now, the solution is partially implemented in Tauri and Tao. When looking through the Git history, it seems like maybe it was "forgotten" to extend support to at least include macOS.

Describe the solution you'd like

In May 2021, the feature to model a parent/child relationship between windows was added for Windows OS.

In August 2021, the same feature for macOS was included in tao. The PR owner was so kind even to include a working example that showcases the desired behavior.

Desired solution: Include tao functionality for parent/child relation into Tauri the same way as it already is for Windows.

lucasfernog added a commit that referenced this issue Mar 23, 2022
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant