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

Fix fullscreen apps on macOS #108

Merged
merged 11 commits into from
Jun 29, 2024
Merged

Fix fullscreen apps on macOS #108

merged 11 commits into from
Jun 29, 2024

Conversation

Hacksore
Copy link
Member

@Hacksore Hacksore commented Jun 11, 2024

Fix the following games when in borderless full screen on macOS.

✅ League League of Legends
✅ Roblox

Found this thread that was helpful!
tauri-apps/tao#189

Copy link

vercel bot commented Jun 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
overlayed ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2024 8:52pm

@Hacksore
Copy link
Member Author

Looks like i can't yet use set_activation_policy on an AppHandle but it was merged here.

image

@Hacksore
Copy link
Member Author

Also related so this might have to be pushed to when we do 2.x tauri migration.

tauri-apps/tauri#9244

@Hacksore
Copy link
Member Author

Hacksore commented Jul 4, 2024

It turns out this only fixed Overlayed from rendering on top of League of Legends by setting the window level to 1001 (one higher than LoL).

League does not use workspaces for their borderless fullscreen. So for other games/apps that use fullscreen there I'll have to find a solution.

tauri-apps/tauri#9556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant