I am working on a app which uses the onFido verification sdk ,while running this application on the phone, the onfido font style is getting adapted to the default font settings on the phone. I want to avoid this. I have tried various methods to change this but nothing seems to solve my problem. Some of the solutions I found online were to add mediaQuery and set textScaleFactor to 1 , adding a Manisfest tag in the android xml page, creating a new styles page in onfido config and so on but, none of the changes have reflected on the app.
- how to prevent system font-size changing effects to android application?
- https://developers.onfido.com/guide/sdk-customization#ui-customization
I used the above links for getting help.