-
-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set queue
on accessibility announcements in OfflineNoticeProvider
#5611
Open
gnprice opened this issue
Dec 13, 2022
· 2 comments
· May be fixed by #5644 or dashwave-test/zulip-mobile#15
Open
Set queue
on accessibility announcements in OfflineNoticeProvider
#5611
gnprice opened this issue
Dec 13, 2022
· 2 comments
· May be fixed by #5644 or dashwave-test/zulip-mobile#15
Labels
Comments
Closed
Can i take this issue? i am a beginner..., i have done the mobile app setup. |
So far what I have understood about the issue is that we need to replace |
1010nishant
added a commit
to 1010nishant/zulip-mobile
that referenced
this issue
Jan 23, 2023
TODO comment:Use announceForAccessibilityWithOptions to queue this behind any in-progress announcements fixes: zulip#5611
1010nishant
added a commit
to 1010nishant/zulip-mobile
that referenced
this issue
Jan 23, 2023
TODO comment:Use announceForAccessibilityWithOptions to queue this behind any in-progress announcements fixes: zulip#5611
1010nishant
added a commit
to 1010nishant/zulip-mobile
that referenced
this issue
Jan 23, 2023
TODO comment:Use announceForAccessibilityWithOptions to queue this behind any in-progress announcements By default announcements will interrupt any existing speech, but they can be queued behind existing speech by setting queue to true in the second parameter of announceForAccessibilityWithOptions method as it takes an object. i have replaced announceForAccessibility() with announceForAccessibilityWithOptions(). fixes: zulip#5611
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a followup to #5344 (once that upgrade is done, as in #5610.) We have the following TODO-react-native comments in OfflineNoticeProvider.js:
That's referring to this new feature in RN v0.68:
https://reactnative.dev/docs/0.68/AccessibilityInfo#announceforaccessibilitywithoptions
That would be a nice, small, polish tweak.
The text was updated successfully, but these errors were encountered: