Align the text selection haptic feedback with the iOS#2786
Merged
Andrei Salavei (ASalavei) merged 3 commits intoMar 3, 2026
Merged
Align the text selection haptic feedback with the iOS#2786Andrei Salavei (ASalavei) merged 3 commits into
Andrei Salavei (ASalavei) merged 3 commits into
Conversation
Vendula Švastalová (svastven)
approved these changes
Feb 26, 2026
Vladimir Mazunin (mazunin-v-jb)
approved these changes
Feb 26, 2026
Andrei Salavei (ASalavei)
added a commit
that referenced
this pull request
Apr 10, 2026
Deleted by accident here: #2786 Fixes https://youtrack.jetbrains.com/issue/CMP-10050/iOS-HapticFeedbackType.SegmentTick-and-SegmentFrequentTick-produce-no-haptic-feedback-on-iOS-regression-in-1.11.0-alpha04 ## Release Notes ### Fixes - iOS - Fix `SegmentFrequentTick` and `SegmentTick` haptic feedbacks.
Andrei Salavei (ASalavei)
added a commit
that referenced
this pull request
Apr 10, 2026
Deleted by accident here: #2786 Fixes https://youtrack.jetbrains.com/issue/CMP-10050/iOS-HapticFeedbackType.SegmentTick-and-SegmentFrequentTick-produce-no-haptic-feedback-on-iOS-regression-in-1.11.0-alpha04 ## Release Notes ### Fixes - iOS - Fix `SegmentFrequentTick` and `SegmentTick` haptic feedbacks.
Vlad Konstantinov (Kpotko)
added a commit
that referenced
this pull request
Apr 13, 2026
Deleted by accident here: #2786 Fixes https://youtrack.jetbrains.com/issue/CMP-10050/iOS-HapticFeedbackType.SegmentTick-and-SegmentFrequentTick-produce-no-haptic-feedback-on-iOS-regression-in-1.11.0-alpha04 ## Release Notes ### Fixes - iOS - _(prerelease fix)_ Fix `SegmentFrequentTick` and `SegmentTick` haptic feedbacks.
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.
Generate haptic feedback on long press actions for text fields and selection container.
Disable the generation of haptic feedback for the
TextHandleMoveevent because iOS does not trigger it.Fixes https://youtrack.jetbrains.com/issue/CMP-9694/Pass-correct-values-to-haptic-feedback-type-in-TextFieldSelectionState.ios.kt
Fixes: https://youtrack.jetbrains.com/issue/CMP-9255/iOS-Haptic-feedback-doesnt-depend-on-the-settings
Release Notes
Fixes - iOS