-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.3
-
-
e7de5cd6c (dev), 311d5520b (6.10), c3857bdca (6.9), 091bd0fd0 (tqtc/lts-6.8), a4cc955cb (dev), 590637791 (6.10), 05c6d393c (6.9), 9b8e9c373 (tqtc/lts-6.8)
-
2025wk32s2QtforAndroid, 2025wk34s2QtforAndroid, 2025wk36s2QtforAndroid
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.