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

[SuperTextField][iOS] Increase drag handle interaction area (Resolves #1926) #2283

Merged

Conversation

angelosilvestre
Copy link
Collaborator

[SuperTextField][iOS] Increase drag handle interaction area. Resolves #1926

Our iOS text field has a small interaction area (24px wide). Looking at the SuperEditor implementation, it looks like we are already using 48px wide. Also, the textfield caret already seems to have a 48px wide interaction area.

The expanded handle ball radius was already increased in a previous PR.

This PR only changes the width of the interaction area of the expanded handles to 48px, as it was mentioned that this was the width Flutter textfield uses.

Copy link
Contributor

@matthew-carroll matthew-carroll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matthew-carroll matthew-carroll merged commit 5981fc3 into main Sep 14, 2024
12 checks passed
@matthew-carroll matthew-carroll deleted the 1926_update-ios-textfield-handle-interaction-area branch September 14, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SuperIOSTextField] Text selection handles and caret interaction area don't match native iOS design
2 participants