View Issue Details

IDProjectCategoryView StatusLast Update
0008545Talerwallet (iOS App)public2024-04-15 21:32
ReporterMarcS Assigned ToMarcS  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.10 
Target Version0.10Fixed in Version0.10 
Summary0008545: Accessibility: text hints for VoiceOver should always use the full currency name, not the symbol
DescriptionThe built-in VoiceOver text-to-speech function doesn't work well with currency symbols such as テ (japanese 'te', used for TESTKUDOS) or ク (japanese 'ku', used for KUDOS).
Thus the iOS app should always render amounts twice: with unicode symbol for visual representation, and with the currency name for accessibility hints.
TagsNo tags attached.

Activities

MarcS

2024-04-14 23:06

developer   ~0022236

Unfortunately, SwiftUI doesn't allow to explicitly set an a11y-label for the navigation header, but takes the string itself. However, for ISO4217 currencies iOS should know how to speak their currency symbols.

Issue History

Date Modified Username Field Change
2024-02-29 12:38 MarcS New Issue
2024-02-29 12:38 MarcS Status new => assigned
2024-02-29 12:38 MarcS Assigned To => MarcS
2024-04-08 20:38 Christian Grothoff Severity minor => tweak
2024-04-14 23:06 MarcS Status assigned => resolved
2024-04-14 23:06 MarcS Resolution open => fixed
2024-04-14 23:06 MarcS Fixed in Version => 0.10
2024-04-14 23:06 MarcS Note Added: 0022236
2024-04-15 21:32 Christian Grothoff Status resolved => closed