Ionic 5 Capacitor - Ignore Android accessibility font size #3706
Replies: 2 comments 3 replies
-
Hello, I had the same problem, but I managed to solve it using the following: Executei a instalação do plugin nativo, conforme orientação da documentação para capacitor:
After that, I added a provider in App.module.ts:
Finally, the following code snippet was added when launching app.component.ts:
|
Beta Was this translation helpful? Give feedback.
-
Use @capacitor/text-zoom instead |
Beta Was this translation helpful? Give feedback.
-
I'm using Ionic 5 with Capacitor, however, whenever an Android user has their accessibility settings font-size set to large, many parts of the app get deformed. I'm trying to ignore the phone settings and keep the font-size regular.
I've tried using the Ionic Mobile Accessibility plugin as answered here, but that does not seem to work with Capacitor.
https://stackoverflow.com/questions/54450312/ionic-3-application-how-to-make-font-size-independent-of-native-settings
Beta Was this translation helpful? Give feedback.
All reactions