-
-
Notifications
You must be signed in to change notification settings - Fork 28
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: show window on full screen apps #39
base: master
Are you sure you want to change the base?
Conversation
Hey @benediktms , The above changes seem to work on Dev environment but doesn't work on release builds. Can you test ? |
@ParthJadhav sure I'll have a look |
I think its compiled properly, trying Checking the path it gave above. |
Also instead of running |
My bad I actually had the wrong |
Hmm, I tried different approaches from different projects but none of them seems to work 🥲 https://github.com/ahkohd/tauri-macos-spotlight-example |
Seems like this is a discussion in the tauri community: tauri-apps/tauri#2801 |
Yep, Already read all of them. But one thing stands out is that: This app manages to do everything flawlessly :) I copied over everything and it still doesn't seem to work. Can u try it maybe? |
This repo seems to be using objective-c binding to help manage the window placement? Have you tried that? |
Yep, I literally copied over everything as it was. Didn't work :( |
Well we can always wait until tauri adds their own implementation I guess... |
Let's do that. I'll put this PR in draft. |
closes: #36