Fabrizio Bertoglio
Fabrizio Bertoglio
view with no height and its children are not accessible with TalkBack >Interaction between accessible prop and collapsable prop also causes strange behavior, while fixing the issues in some cases...
accessible prop not working on some components Kacie commented on the different behavior on Android between Nested Accessible Text Nodes and Nested Accessible Views https://github.com/facebook/react-native/issues/30851#issuecomment-790136790 The original issue with the...
Text onPress handler does not trigger setClickable(true) on Android >Finally, the last catch relates to why these views are considered focusable. We've been working with the assumption that they are...
you saying that this bug reproduces only on galaxy s9+ (android 10) ? Does not reproduce on emulator api 28 
- [x] DrawerLayoutAndroid - trigger announcement when opening the drawer ([link](https://github.com/facebook/react-native/pull/34477#issuecomment-1223951162))
DrawerLayoutAndroid not correctly announcing TalkBack announces menu when opening the DrawerLayout. https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/raw/compositor.json#L312-L318 https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/values/strings.xml#L150 No changes are required. The logic is triggered in the DrawerLayout class. https://github.com/androidx/androidx/blob/6fb6ee2d23d4b2c676fef3d4e0f7a5b32cdfd607/drawerlayout/drawerlayout/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java#L933 The below behavior is...
Fixes issue documented in https://github.com/facebook/react-native/pull/34477#issuecomment-1223951162 https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/raw/compositor.json#L312-L318 https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/values/strings.xml#L150 The logic is triggered in the DrawerLayout class. https://github.com/androidx/androidx/blob/6fb6ee2d23d4b2c676fef3d4e0f7a5b32cdfd607/drawerlayout/drawerlayout/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java#L933 https://github.com/androidx/androidx/blob/6fb6ee2d23d4b2c676fef3d4e0f7a5b32cdfd607/drawerlayout/drawerlayout/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java#L2485 https://github.com/androidx/androidx/blob/6fb6ee2d23d4b2c676fef3d4e0f7a5b32cdfd607/drawerlayout/drawerlayout/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java#L2500 sliding drawer https://user-images.githubusercontent.com/24992535/186176021-ca3d8380-1ff9-449f-a738-f954edfe6328.mp4 drawerlayout (left) https://user-images.githubusercontent.com/24992535/186176241-d84b2458-6928-4a33-957e-86ec8b427835.mp4 drawerlayout (right) https://user-images.githubusercontent.com/24992535/186176280-4389b45c-1b0f-4d62-b6f8-29210f154558.mp4 iconmenu https://user-images.githubusercontent.com/24992535/186176715-57c6a752-dff2-4088-820c-886d10b70378.mp4 commit...
TalkBack announces the Toast text without accessibilityRole The logic for the Toast TalkBack announcement is triggered here https://github.com/aosp-mirror/platform_frameworks_base/blob/e648d3cb91f9a0156c729ca18ec27e71f59f9ce2/core/java/android/widget/Toast.java#L617. The announcement is triggered manually without using AccessibilityDelegate. No changes or role...
ScrollView announces in/out of ScrollView https://user-images.githubusercontent.com/24992535/186385487-6addd363-3cd1-4eba-ad83-e69065508afc.mp4
- [x] [test iOS](https://drive.google.com/file/d/17UHFqZSTrqZfREeftgE-C-tDJrZTji6E/view?usp=sharing) - [x] add iOS changes for Android props https://developer.apple.com/documentation/uikit/uiaccessibilitytraits?language=objc https://github.com/facebook/react-native/commit/da899c0cc4372830e5ca053a096b74fff2a19cb8#diff-d03d45c0a6ef4c20056d36194c510ac399ba15d1e52e0904959be5f44fb38c29