You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
<Portal>element, rather than one containing aFAB.Group(works)<Portal>element that displays a dialog (works)FAB, rather than aFAB.Group(works)Your Environment
Note: This issue seems only to be present on Android.