https://github.com/ryanlintott/attributedstringfeedback
Apple Feedback for issues with attributed string and VoiceOver
https://github.com/ryanlintott/attributedstringfeedback
Last synced: 11 months ago
JSON representation
Apple Feedback for issues with attributed string and VoiceOver
- Host: GitHub
- URL: https://github.com/ryanlintott/attributedstringfeedback
- Owner: ryanlintott
- Created: 2022-06-14T13:55:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T20:23:44.000Z (about 4 years ago)
- Last Synced: 2025-06-03T11:54:35.489Z (about 1 year ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AttributedStringFeedback
Apple Feedback for issues with attributed string and VoiceOver
# VoiceOver ignores phonetic notation on widgets
When accessibilitySpeechPhoneticNotation is added to an AttributedString, VoiceOver ignores this parameter and reads the original string when used in a Text view in a Widget.
## How to Reproduce
Run the app on device and use VoiceOver to select the Text in the widget. - It will read out “Hello” instead of “ga”
## Notes
The accessibilitySpeechPhoneticNotation is definitely being set. It just isn’t being read by VoiceOver.