Skip to content

[Android] Support Samsung spell checker for spell check on text input #120608

@camsim99

Description

@camsim99

Currently, spell check on Android does not support the Samsung spell checker by default as it only currently supports the Gboard Latin-based IME (see the check for this). Besides modifying this check, support for the Samsung spell checker will require changes to the spell check logic; #119868 and #117167 (comment) describe the case where the spell check results of the Samsung spell checker are being improperly interpreted.

Thus, to support this spell checker:

  • Modify the nativeSpellCheckServiceDefined engine parameter to be true when the Samsung spell checker is used.
  • Ensure that the Samsung spell checker results can be used to correctly render text.

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 problemsc: proposalA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyteam-androidOwned by Android platform teamtriaged-androidTriaged by Android platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions