Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-135413

Accessible.announce not working on iOS and Android

    XMLWordPrintable

Details

    • Android, iOS/tvOS/watchOS

    Description

      Take this minimum example:

      import QtQuick
      import QtQuick.Controls
      ApplicationWindow {
          visible: true
          Button {
              text: "Test"
              onClicked: Accessible.announce("This is an announcement")
          }
      } 

      For Windows and macOS the text is correctly announced. For Android and iOS not.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jgreilich Julian Greilich
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes