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

Adds support for floating cursor #25384

Merged
merged 30 commits into from
Dec 14, 2018
Merged

Conversation

jslavitz
Copy link
Contributor

@jslavitz jslavitz commented Dec 14, 2018

Adds framework support for the floating cursor for text editing on iOS. It can be triggered by either a force press on the keyboard or (on iOS 12) by long pressing the spacebar. Fixes #17030 (#5445, #24761).

@xster
Copy link
Member

xster commented Dec 14, 2018

LGTM. Check devicelab tests before merging.

@jslavitz jslavitz merged commit ad2e3eb into flutter:master Dec 14, 2018
@zoechi zoechi added a: text input Entering text in a text field or keyboard related problems framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. f: cupertino flutter/packages/flutter/cupertino repository labels Dec 16, 2018
@jslavitz jslavitz deleted the force-cursor branch December 18, 2018 06:37
@jslavitz jslavitz restored the force-cursor branch December 18, 2018 23:03
@eseidelGoogle
Copy link
Contributor

I'm so happy to see this landing!

@rodydavis
Copy link
Contributor

Is this working on the master branch? I have still not got this to work in any of my flutter apps?

Rahiche pushed a commit to Rahiche/flutter_code_input that referenced this pull request Jan 6, 2019
*backgroundCursorColor is required because of [#25384](flutter/flutter#25384)
*fixed some typos
*formatting
@anderscheow
Copy link

I need this badly as it does not provide full iOS experience!

@xster
Copy link
Member

xster commented Jan 10, 2019

This is on the dev branch since 1.1.3. It should be out on beta in the next few days.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: text input Entering text in a text field or keyboard related problems f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support keyboard cursor move on iOS
7 participants