Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support iOS 18 Writing tools text input feature #150452

@jmagman

Description

@jmagman

Add support for the iOS 18 text editing context menu "Writing Tools"
Screenshot 2024-06-18 at 1 19 29 PM

And the writing tools themselves:
Screenshot 2024-06-18 at 1 20 04 PM

protocol UITextInput {
    @available(iOS 18.0, macOS 15.0, *)
    optional var isEditable: Bool { get }
}

https://developer.apple.com/videos/play/wwdc2024/10168/?time=543

macOS issue at #150453
WebKit issue at #150965

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsengineflutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyteam-text-inputOwned by Text Input teamtriaged-text-inputTriaged by Text Input team

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions