Skip to content

Decide what to do about text input on iOS #47

Closed
@gnprice

Description

@gnprice

​There are several issues in the Flutter tracker where people are unhappy with the Flutter text-input widget, mainly on iOS.

Our basic options for handling this are:

  • Live with the issues.
  • Dig into a couple of the issues that most affect us, and fix those. Live with the rest.
  • Use a native text-input widget instead.
    • There's an existing plugin flutter_native_text_input some people have built for this. Or we could build our own, using Flutter's general facilities for interoperating with platform features.
    • This is effectively what we already get in the React Native app.

This is an umbrella issue for exploring the different options and deciding what to go with.

Some particular Zulip features we should build in order to best explore text inputs:

We should also:

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-composeCompose box, autocomplete, attaching files/imagesa-iOSIssues specific to iOS, or requiring iOS-specific work

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions