Skip to content

After iOS is upgraded to 17, TextField cannot be entered on the keyboard. #133908

@wuwenwei5566

Description

@wuwenwei5566

Is there an existing issue for this?

Steps to reproduce

TextField Input text

Expected results

Normal input text

Actual results

Unable to enter text properly

Code sample

TextField(
          autofocus: widget.autofocus,
          textAlign: widget.textAlign,
          controller: widget.controller,
          keyboardAppearance: widget.keyboardAppearance ?? _checkThemeDrak(),
          focusNode: widget.focusNode,
          scrollController: widget.scrollController,
          keyboardType: widget.keyboardType,
          textInputAction: widget.textInputAction,
          scrollPhysics: widget.scrollPhysics,
          selectionControls: widget.selectionControls,
          maxLines: widget.maxLines,
          maxLength: widget.maxLength,
          minLines: widget.minLines,
          cursorHeight: setCursorHeight(),
          cursorColor: widget.cursorColor ?? ThemeColor.themeColor(context),
          style: widget.style,
          enableInteractiveSelection: widget.enableInteractiveSelection,
          //onTap: widget.onTap,
          decoration: widget.decoration,
          onEditingComplete: widget.onEditingComplete,
          onAppPrivateCommand: widget.onAppPrivateCommand,
          onSubmitted: widget.onSubmitted,
          onChanged: widget.onChanged,
          inputFormatters: widget.inputFormatters,
          scrollPadding: widget.scrollPadding,
          textAlignVertical: widget.textAlignVertical,
          obscureText: widget.obscureText,
          obscuringCharacter: widget.obscuringCharacter,
          readOnly: widget.readOnly,
          clipBehavior: widget.clip,
        ),

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

212.MP4

Logs

Logs
[Paste your logs here]

Flutter Doctor output

[!] Flutter (Channel [user-branch], 3.13.2, on macOS 13.5.1 22G90 darwin-arm64, locale zh-Hans-CN)
    ! Flutter version 3.13.2 on channel [user-branch] at /Users/wuwenwei/development/flutter
      Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
      If that doesn't fix the issue, reinstall Flutter by following instructions at
      https://flutter.dev/docs/get-started/install.
    ! Upstream repository unknown source is not a standard remote.
      Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
    • Framework revision ff5b5b5fa6 (9 days ago), 2023-08-24 08:12:28 -0500
    • Engine revision b20183e040
    • Dart version 3.1.0
    • DevTools version 2.25.0
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git"
      directly to perform update checks and upgrades.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: internationalizationSupporting other languages or locales. (aka i18n)a: text inputEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consolee: OS-version specificAffects only some versions of the relevant operating systemfound in release: 3.13Found to occur in 3.13found in release: 3.14Found to occur in 3.14has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions