Skip to content

Fix dropped edge taps on iOS#3209

Open
Vendula Švastalová (svastven) wants to merge 2 commits into
jb-mainfrom
svastven/CMP-10465
Open

Fix dropped edge taps on iOS#3209
Vendula Švastalová (svastven) wants to merge 2 commits into
jb-mainfrom
svastven/CMP-10465

Conversation

@svastven

@svastven Vendula Švastalová (svastven) commented Jul 10, 2026

Copy link
Copy Markdown

Fixes a regression in touch handling while preventing Compose from processing touches that should belong to the UIKit back-swipe gesture.

Previously, if the back gesture recognizer was only tracking touches in Possible, TouchesGestureRecognizer could stop forwarding the touch to Compose too early. That fixed the drawer opening during back swipe conflict (#3165 ), but it also caused simple taps near the screen edge to be dropped.

Fixes CMP-10465 [iOS] Back button doesn't always respond to taps

Testing

Adds ScreenEdgeTapTest test suite

This should be tested by QA

Release Notes

Fixes - iOS

  • (prerelease fix) Fix an issue where taps near the screen edge could be missed when the back-swipe gesture recognizer was tracking touches

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.

1 participant