Skip to content

fix(gesture): restore iOS gesture container handling - #1088

Merged
Kyle-Ye merged 1 commit into
mainfrom
bugfix/gesture_container_fix
Sep 19, 2026
Merged

Kyle-Ye merged 1 commit into
mainfrom
bugfix/gesture_container_fix

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Sep 19, 2026

Copy link
Copy Markdown
Member

Summary

  • Restore iOS gesture handling with gesture containers enabled by connecting hosting-view hit testing and child-container traversal.
  • Map root coordinates through UIKit layer geometry so hit testing follows host offsets and transforms.
  • Resolve preference defaults from the current graph host so gesture graphs can create indirect outputs without a ViewGraph cast.

@github-actions github-actions Bot added area: event-gesture Events, gestures, tracing, or interaction plumbing. area: hosting-bridge SwiftUI bridge, UIHosting/NSHosting, representables, and platform host views. platform: iOS iOS-specific behavior or support. type: bug Something is not working correctly. labels Sep 19, 2026
@tuist

tuist Bot commented Sep 19, 2026

Copy link
Copy Markdown

🛠️ Tuist Run Report 🛠️

Tests 🧪

Scheme Status Cache hit rate Tests Skipped Ran Commit
OpenSwiftUI 0 % 1225 0 1225 e84c95557

Builds 🔨

Scheme Status Duration Commit
OpenSwiftUI 1m 2s e84c95557

@codecov

codecov Bot commented Sep 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.61%. Comparing base (cc24a30) to head (fa1af90).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1088      +/-   ##
==========================================
+ Coverage   32.57%   32.61%   +0.04%     
==========================================
  Files         803      803              
  Lines       63605    63603       -2     
==========================================
+ Hits        20721    20746      +25     
+ Misses      42884    42857      -27     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye
Kyle-Ye merged commit c92f628 into main Sep 19, 2026
6 checks passed
@Kyle-Ye
Kyle-Ye deleted the bugfix/gesture_container_fix branch September 19, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: event-gesture Events, gestures, tracing, or interaction plumbing. area: hosting-bridge SwiftUI bridge, UIHosting/NSHosting, representables, and platform host views. platform: iOS iOS-specific behavior or support. type: bug Something is not working correctly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant