Best Practices for Handling Display Zoom/Large Text Scaling in MAUI Apps #29787
Unanswered
developer9969
asked this question in
General
Replies: 1 comment 1 reply
-
Accessibility is an important part of good app design and should be considered from day 1, I suggest you work with the accessibility options the OSes provide rather than against. There is also legislation coming into the EU this year regarding accessibility, other countries have similar rules coming into play too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm working on a .NET MAUI app and need guidance on handling system-level display zoom and large text scaling. I've already implemented FontAutoScalingEnabled="False" for text controls, but I'm facing challenges with the overall UI scaling when users enable "Display Zoom" or "Larger Text" in their device accessibility settings.
all my pretty design page goes out of the window!!
I would appreciate if anyone can share their thoughts on how to handle "Display Zoom - larger text - under Display and brighteness ios and also if it applies to android..
Can I override and disable this behaviour with an handler ?
thanks for any input
Beta Was this translation helpful? Give feedback.
All reactions