Skip to content
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

[IOS] The keyboard opens when I begin scrolling within a TextField. #4204

Closed
dan15d opened this issue Jan 30, 2024 · 0 comments · Fixed by JetBrains/compose-multiplatform-core#1176
Assignees
Labels
bug Something isn't working ios reproduced

Comments

@dan15d
Copy link

dan15d commented Jan 30, 2024

Hello!

I have a LazyColumn containing numerous TextFields as part of a form. It works fine on Android, but on iOS, when I start scrolling within a TextField by tapping and holding my finger without actually clicking, the keyboard opens up.

Version compose multiplatform 1.5.12

@dan15d dan15d added bug Something isn't working submitted labels Jan 30, 2024
@dan15d dan15d changed the title [IOS] Keyboard open when i start the scroll in Textfield [IOS] The keyboard opens when I begin scrolling within a TextField. Jan 30, 2024
@mazunin-v-jb mazunin-v-jb self-assigned this Jan 31, 2024
@ASalavei ASalavei self-assigned this Mar 7, 2024
ASalavei added a commit to JetBrains/compose-multiplatform-core that referenced this issue Apr 12, 2024
## Proposed Changes
Handle touch up gesture to focus on TextField. The gesture allows the
containing node to cancel the interaction if necessary.

Issue fixed:
JetBrains/compose-multiplatform#4204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios reproduced
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants