Skip to content

Conversation

@emily8rown
Copy link
Contributor

Summary:
Changelog:
[iOS][Fixed] - remove redundant gesture to tap button when the layer beneath is already tappable

The dismiss button had a redundant tap handler when the entire banner was already tappable.

Redundant button interaction: The dismiss button's primaryAction was removed and userInteractionEnabled is set to NO, making it purely visual. Taps on the button now pass through to the banner's tap gesture recognizer.

Reviewed By: vzaidman

Differential Revision: D87927449

…54702)

Summary:

Changelog: 
[iOS][Fixed] - Make rest of app responsive whilst dev loading banner present

The dev loading banner window was previously full-screen height, making the entire screen unresponsive to touches even though only a small banner was visible.

The window frame is now calculated after Auto Layout completes, ensuring it matches the actual content height (label + padding + safe area). This allows the rest of the screen below the banner to remain interactive.

The banner now only blocks interactions within its actual bounds

Reviewed By: vzaidman

Differential Revision: D87922708
Summary:
Changelog:
[iOS][Fixed] - remove redundant gesture to tap button when the layer beneath is already tappable

The dismiss button had a redundant tap handler when the entire banner was already tappable.

**Redundant button interaction**: The dismiss button's `primaryAction` was removed and `userInteractionEnabled` is set to `NO`, making it purely visual. Taps on the button now pass through to the banner's tap gesture recognizer.

Reviewed By: vzaidman

Differential Revision: D87927449
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 26, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 26, 2025

@emily8rown has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87927449.

@meta-codesync
Copy link

meta-codesync bot commented Nov 26, 2025

This pull request has been merged in 8b8ccea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants