Fix iOS 26 swipe-back conflict with horizontal Compose scrollables#3116
Open
Vendula Švastalová (svastven) wants to merge 10 commits into
Open
Fix iOS 26 swipe-back conflict with horizontal Compose scrollables#3116Vendula Švastalová (svastven) wants to merge 10 commits into
Vendula Švastalová (svastven) wants to merge 10 commits into
Conversation
82bea9f to
12f442b
Compare
| } | ||
| } | ||
|
|
||
| fun createRootViewController( |
There was a problem hiding this comment.
It depends on the useHostingView parameter passed to UIKitInstrumentedTest. I have added this together with the setupWindow function, so that most (all) tests can use the UIKitInstrumentedTest base.
b6d1f15 to
4ca22af
Compare
4ca22af to
0d529f7
Compare
813d9d6 to
ef50023
Compare
5bc0127 to
0d29ce2
Compare
0d29ce2 to
c296f3c
Compare
Andrei Salavei (ASalavei)
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handles the iOS 26 full-width
UINavigationController.contentSwipegesture recognizer, which is backed by a privateUIScreenEdgePanGestureRecognizersubclass and can conflict with horizontal Compose scrollables such asHorizontalPager.Fixes https://youtrack.jetbrains.com/issue/CMP-9869
Testing
Adds UIKitNavigationContentSwipeTest test suite covering that swiping over
HorizontalPagerdoes not pop the controller while swiping outside the pager still pops it.Release Notes
Fixes - iOS
HorizontalPager.