Dynamic Type support on iOS | Community
Skip to main content

Dynamic Type support on iOS

  • April 28, 2025
  • 0 replies
  • 0 views

Hello,

 

We are currently using the Zendesk Support SDK in our app. Specifically, we use RequestUi.buildRequestUi(with: [config]) to create the support interface.

 

We are required to comply with the European Accessibility Act, which mandates support for dynamic type (allowing users to adjust text size) and strong VoiceOver accessibility.

 

However, we have encountered an issue: the UI generated by the SDK does not appear to properly support larger text sizes. This is a legal requirement for us, so we need to find a solution.

 

Could you advise on how to make the UI generated by the SDK fully support dynamic type and improve VoiceOver support?

Thank you for your assistance.