-
```
const info = await activeWindow({
accessibilityPermission: false,
screenRecordingPermission: true,
});
```
With this code, for some reason, the Electron app keeps asking fo…
-
## General info
The issue is observed in Flutter versions 2.5.3 and 2.8.1.
The issue manifests a bit differently on Android and iOS.
The issue is observed on all iOS versions 15.x, up to the curr…
-
#### Description
Summary:
Dynamic Type makes it possible to configure a larger font size in a single place on an iOS for all applications, including portions of the UI that are not “content” (i.e. i…
-
I'm not sure if this is intentional, but it works in every other setup I've tried on Windows, and i actually really like it.
If you're using a screen reader, and press X to show/hide a content warn…
-
### Steps to reproduce
1. Create an AutoComplete widget with a few items
2. Place that widget as a sibling in a column of other widgets
3. Enter Talkback on iOS
4. Run the app
5. Select the Raw…
-
**Describe the bug**
When I use AltTab, windows that are no longer open appear in the window switcher
**Screenshots / video**
| Open windows | What AltTab shows |
| -------------- | --------…
-
### Description
On iOS it seems that after an accessibility action is triggered the value of accessibility value is read an arbitrary amount of time later. This can lead to VoiceOver reading the pr…
-
### Steps to reproduce
1. Create a flutter application
2. In test, create a test file
3. Copy and paste Code section in
4. Run tests
### Expected results
Both tests passed.
### Actual r…
-
Currently the accessibility system is only enabled for macOS if VoiceOver is enabled. XCUITests are based on the accessibility tree, however, which means that there are use cases for explicitly enabli…
-
While testing the Wonderous app on a physical Pixel 8 Pro device running Android 15, we encountered an accessibility issue when using the TalkBack feature. In the "Browse Artifacts" section, there is …