Implement platform layers using UIWindow#2270
Merged
Conversation
mazunin-v-jb
approved these changes
Aug 5, 2025
...ose/ui/ui/src/uikitInstrumentedTest/kotlin/androidx/compose/ui/test/UIKitInstrumentedTest.kt
Outdated
Show resolved
Hide resolved
svastven
approved these changes
Aug 8, 2025
MatkovIvan
reviewed
Aug 8, 2025
compose/ui/ui/src/uikitInstrumentedTest/launcher/Launcher.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
# Conflicts: # compose/ui/ui/src/uikitInstrumentedTest/kotlin/androidx/compose/ui/test/UIKitInstrumentedTest.kt # compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/scene/ComposeHostingViewController.uikit.kt # compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/scene/UIKitComposeSceneLayer.uikit.kt
ASalavei
added a commit
that referenced
this pull request
Aug 20, 2025
Fix case when popup with selection handles capture focus from text input view. Fixes the issue introduced in #2270 ## Release Notes N/A
ASalavei
added a commit
that referenced
this pull request
Aug 22, 2025
The issue was introduced here: #2270 Fixes https://youtrack.jetbrains.com/issue/CMP-8786/Context-menu-freezes-on-iPad ## Release Notes N/A
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.
Use a separate window with
ComposeLayersViewControllerto display platform layers.Provide
ComposeLayersViewControllervia LocalUIVIewController.Fixes https://youtrack.jetbrains.com/issue/CMP-8154/Support-UIKitViewController-in-Popups-and-Dialogs
Fixes https://youtrack.jetbrains.com/issue/CMP-8418/Discuss-providing-locals-to-child-ComposeUIViewController
Release Notes
Fixes - iOS
Popups andDialogs.