Larger accessibility type sizes #148
Replies: 3 comments 1 reply
-
Hey, for iOS I'm using content size category: https://developer.apple.com/documentation/uikit/uicontentsizecategory I already mapped all values. For Android there is no counterpart, so I'm using font scale as noted in docs. Do you need any other values ? What's your use case? |
Beta Was this translation helpful? Give feedback.
-
In ios, if you enable "Larger Accessibility Sizes" in Accessibility settings, a value of 'unspecified' is returned. For android, "huge" is always returned if scale > 1.3 per your map (5 content sizes for android), but wondering if more granular sizing similar to iOS could be achieved. |
Beta Was this translation helpful? Give feedback.
-
Added to 2.4.0 roadmap |
Beta Was this translation helpful? Give feedback.
-
Hi Jacek, are there plans to implement content size categories for the larger accessibility types on iOS and Android? It seems that 'unspecified' is returned if enabled in the os.
refs:
https://developer.apple.com/design/human-interface-guidelines/typography#iOS-iPadOS-larger-accessibility-type-sizes
https://developer.android.com/reference/android/util/TypedValue#applyDimension(int,%20float,%20android.util.DisplayMetrics)
Beta Was this translation helpful? Give feedback.
All reactions