Skip to content

Detect iPadOS multi-window mode and add padding for window control buttons - #4239

Merged
cagnulein merged 4 commits into
masterfrom
claude/detect-ipadOS-multiwindow-apVSt
Jan 29, 2026
Merged

Detect iPadOS multi-window mode and add padding for window control buttons#4239
cagnulein merged 4 commits into
masterfrom
claude/detect-ipadOS-multiwindow-apVSt

Conversation

@cagnulein

Copy link
Copy Markdown
Owner

When running on iPadOS in multi-window mode (Stage Manager, Split View,
Slide Over), the window control buttons (red/yellow/green) at the top-left
overlap with the hamburger menu button. This adds:

  • Native iOS detection via UIWindowScene API to check if window is smaller
    than screen (indicating multi-window mode)
  • QML-side window width check for reactive updates when user enters/exits
    multi-window mode
  • 70px left padding on toolbar when in multi-window mode on iPadOS

Fixes #4238

https://claude.ai/code/session_01VPuuPcJnU1GEtGy1vosET9

claude and others added 4 commits January 29, 2026 12:48
…ttons

When running on iPadOS in multi-window mode (Stage Manager, Split View,
Slide Over), the window control buttons (red/yellow/green) at the top-left
overlap with the hamburger menu button. This adds:

- Native iOS detection via UIWindowScene API to check if window is smaller
  than screen (indicating multi-window mode)
- QML-side window width check for reactive updates when user enters/exits
  multi-window mode
- 70px left padding on toolbar when in multi-window mode on iPadOS

Fixes #4238

https://claude.ai/code/session_01VPuuPcJnU1GEtGy1vosET9
Move the toolbar down instead of to the right when in multi-window mode,
which feels more natural and preserves the horizontal layout.

https://claude.ai/code/session_01VPuuPcJnU1GEtGy1vosET9
@cagnulein
cagnulein merged commit b1755c0 into master Jan 29, 2026
14 checks passed
@cagnulein
cagnulein deleted the claude/detect-ipadOS-multiwindow-apVSt branch January 29, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Button to access settings unaccessible in iOS26

2 participants