Open
Description
Current behaviour
When using TalkBack on Android, exploring the screen by touch (docs) doesn't work in apps that use a FAB.Group
. Selecting items by tapping them also doesn't work.
Expected behaviour
Touch exploration/selection should work.
How to reproduce?
GitHub repository or Expo Snack
Preview
rn-paper-bug-report-4000.mp4
What have you tried so far?
- Using an empty
<Portal>
element, rather than one containing aFAB.Group
(works) - Using a
<Portal>
element that displays a dialog (works) - Using an absolutely-positioned
FAB
, rather than aFAB.Group
(works)
Your Environment
software | version |
---|---|
ios | 16.6.1 |
android | 10 |
react-native | 0.72.4 |
react-native-paper | 5.10.4 |
node | 18.13.0 |
npm or yarn | 9.6.7 (npm) |
expo sdk | N/A |
Note: This issue seems only to be present on Android.