Skip to content

ios: fix drawer gesture dead zone#4103

Merged
tvanderstad merged 1 commit intomasterfrom
ios-input-1
Jan 14, 2026
Merged

ios: fix drawer gesture dead zone#4103
tvanderstad merged 1 commit intomasterfrom
ios-input-1

Conversation

@tvanderstad
Copy link
Copy Markdown
Contributor

@tvanderstad tvanderstad commented Jan 14, 2026

Fixes an issue where the drawer gesture blocks input in a small sliver of the left side of the screen, making the leftmost markdown toolbar button and the button to toggle the drawer itself unreliable. Does so by introducing a custom gesture that only supports horizontal drags, limits start regions, and attaches to DrawerView's ZStack instead of something in the ZStack (which precludes some necessary gesture failure requirements). Also adjusts constants to make it easier to open and close the drawer.

vis of the zone:

Details image

@tvanderstad tvanderstad merged commit dddae18 into master Jan 14, 2026
1 check passed
@tvanderstad tvanderstad deleted the ios-input-1 branch January 14, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant