Skip to content

iOS Voice control cannot undo or redo text editing #77614

@chunhtai

Description

@chunhtai
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() {
  runApp(
    MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: Text('Expansion Tile Splash'),
          centerTitle: true,
        ),
        body: TextField(),
      ),
    ),
  );
}
  1. in iOS, turn on voice control
  2. tap text field to start editing
  3. type "how are you" to the text field
  4. speak "undo"
  5. speak "redo"

expect: the undo should remove the text in the textfield, and the redo should retype in the text back to the textfield.
actual: nothing happened.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: text inputEntering text in a text field or keyboard related problemsfound in release: 2.1Found to occur in 2.1has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions