Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.3
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.