-
Notifications
You must be signed in to change notification settings - Fork 114
Fix scrolling in the message list when presented with a sheet on iOS 26 #1065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
48a5c27 to
0926cc2
Compare
nuno-vieira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✅
martinmitrevski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be careful with this one - it will probably break swiping for custom message container views. Additionally, it should be QA-ed by @testableapple.
# Conflicts: # CHANGELOG.md
Public Interface🚀 No changes affecting the public interface. |
|
SDK Size
|
StreamChatSwiftUI XCSize
|


🔗 Issue Links
Fixes: IOS-1214
🎯 Goal
Scrolling does not work when dragging from a message, but only if message list is shown with a sheet on iOS 26
📝 Summary
🛠 Implementation
iOS 26 changed how simultaneous gestures work:
This breaks scrolling when our drag gesture is used for swiping. Fix is to attach the gesture to the
ScrollViewdirectly.🎨 Showcase
At the end of the before video, scrolling stops working.
🧪 Manual Testing Notes
Change the SDK to open channel in a sheet. Quick and dirty change:
☑️ Contributor Checklist
docs-contentrepo